aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/home/.config/X11
diff options
context:
space:
mode:
Diffstat (limited to 'home/.config/X11')
-rw-r--r--home/.config/X11/Xmodmap1
-rw-r--r--home/.config/X11/Xresources67
-rwxr-xr-xhome/.config/X11/xinitrc7
-rw-r--r--home/.config/X11/xprofile19
4 files changed, 0 insertions, 94 deletions
diff --git a/home/.config/X11/Xmodmap b/home/.config/X11/Xmodmap
deleted file mode 100644
index 8b62265..0000000
--- a/home/.config/X11/Xmodmap
+++ /dev/null
@@ -1 +0,0 @@
-keycode 9 = grave asciitilde grave asciitilde
diff --git a/home/.config/X11/Xresources b/home/.config/X11/Xresources
deleted file mode 100644
index f0b4a4a..0000000
--- a/home/.config/X11/Xresources
+++ /dev/null
@@ -1,67 +0,0 @@
-*.font: mono:size=17:antialias=true:autohint=true
-
-! gruvbox-dark theme
-! hard contrast:
-*background: #1d2021
-! medium
-! *background: ##282828
-! soft contrast:
-! *background: #32302f
-*foreground: #ebdbb2
-*cursorColor: #ebdbb2
-! Black + DarkGrey
-*color0: #1d2021
-*color8: #928374
-! DarkRed + Red
-*color1: #cc241d
-*color9: #fb4934
-! DarkGreen + Green
-*color2: #98971a
-*color10: #b8bb26
-! DarkYellow + Yellow
-*color3: #d79921
-*color11: #fabd2f
-! DarkBlue + Blue
-*color4: #458588
-*color12: #83a598
-! DarkMagenta + Magenta
-*color5: #b16286
-*color13: #d3869b
-! DarkCyan + Cyan
-*color6: #689d6a
-*color14: #8ec07c
-! LightGrey + White
-*color7: #a89984
-*color15: #ebdbb2
-
-! Others
-*color24: #076678
-*color66: #427b58
-*color88: #9d0006
-*color96: #8f3f71
-*color100: #79740e
-*color108: #8ec07c
-*color109: #83a598
-*color130: #af3a03
-*color136: #b57614
-*color142: #b8bb26
-*color167: #fb4934
-*color175: #d3869b
-*color208: #fe8019
-*color214: #fabd2f
-*color223: #ebdbb2
-*color228: #f2e5bc
-*color229: #fbf1c7
-*color230: #f9f5d7
-*color234: #1d2021
-*color235: #282828
-*color236: #32302f
-*color237: #3c3836
-*color239: #504945
-*color241: #665c54
-*color243: #7c6f64
-*color244: #928374
-*color245: #928374
-*color246: #a89984
-*color248: #bdae93
-*color250: #d5c4a1
diff --git a/home/.config/X11/xinitrc b/home/.config/X11/xinitrc
deleted file mode 100755
index 907b6b6..0000000
--- a/home/.config/X11/xinitrc
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/env sh
-# xinitrc file, used by all X sessions started by xinit (startx)
-# shellcheck source=/dev/null
-[ -r ~/.config/X11/xprofile ] && . ~/.config/X11/xprofile &
-if [ "$(uname -n)" != "tau" ]; then
- exec bspwm
-fi
diff --git a/home/.config/X11/xprofile b/home/.config/X11/xprofile
deleted file mode 100644
index 2750c24..0000000
--- a/home/.config/X11/xprofile
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/usr/bin/env sh
-# shellcheck source=/dev/null
-[ -r ~/.config/sh/envrc ] && . ~/.config/sh/envrc
-display-setup
-
-systemctl --user import-environment PATH DISPLAY XAUTHORITY
-
-[ -r ~/.config/X11/Xresources ] && xrdb ~/.config/X11/Xresources
-
-xsetroot -cursor_name left_ptr &
-xset -b
-input-setup &
-unclutter &
-keynav &
-if [ "$(uname -n)" != "tau" ]; then
- launch-polybar &
- dunst &
- sxhkd &
-fi