From a04e65b812db507a74adc3efc2d630558240f55b Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Tue, 19 Feb 2019 17:51:43 -0500 Subject: xresources moved to conf --- .Xdefaults | 1 - .Xresources | 21 --------------------- .config/Xresources | 21 +++++++++++++++++++++ .xinitrc | 6 +----- 4 files changed, 22 insertions(+), 27 deletions(-) delete mode 120000 .Xdefaults delete mode 100644 .Xresources create mode 100644 .config/Xresources diff --git a/.Xdefaults b/.Xdefaults deleted file mode 120000 index 70e956f..0000000 --- a/.Xdefaults +++ /dev/null @@ -1 +0,0 @@ -.Xresources \ No newline at end of file diff --git a/.Xresources b/.Xresources deleted file mode 100644 index 7d88a35..0000000 --- a/.Xresources +++ /dev/null @@ -1,21 +0,0 @@ -!! The default colors are "Gruvbox": -*.color0: #1d2021 -*.color1: #cc241d -*.color2: #98971a -*.color3: #d79921 -*.color4: #458588 -*.color5: #b16286 -*.color6: #689d6a -*.color7: #a89984 -*.color8: #928374 -*.color9: #fb4934 -*.color10: #b8bb26 -*.color11: #fabd2f -*.color12: #83a598 -*.color13: #d3869b -*.color14: #8ec07c -*.color15: #ebdbb2 -!! Transparency (0-255): -st.alpha: 230 -!! Set a default font and font size as below: -!! *.font: Monospace-14; diff --git a/.config/Xresources b/.config/Xresources new file mode 100644 index 0000000..7d88a35 --- /dev/null +++ b/.config/Xresources @@ -0,0 +1,21 @@ +!! The default colors are "Gruvbox": +*.color0: #1d2021 +*.color1: #cc241d +*.color2: #98971a +*.color3: #d79921 +*.color4: #458588 +*.color5: #b16286 +*.color6: #689d6a +*.color7: #a89984 +*.color8: #928374 +*.color9: #fb4934 +*.color10: #b8bb26 +*.color11: #fabd2f +*.color12: #83a598 +*.color13: #d3869b +*.color14: #8ec07c +*.color15: #ebdbb2 +!! Transparency (0-255): +st.alpha: 230 +!! Set a default font and font size as below: +!! *.font: Monospace-14; diff --git a/.xinitrc b/.xinitrc index cb1e277..7b3e2a8 100644 --- a/.xinitrc +++ b/.xinitrc @@ -1,8 +1,4 @@ #!/bin/sh - -[ -f ~/.Xmodmap ] && xmodmap ~/.Xmodmap -[ -f ~/.Xresources ] && xrdb -merge ~/.Xresources - +[ -f ~/.config/Xresources ] && xrdb -merge ~/.config/Xresources xset r rate 200 50 - exec i3 -- cgit v1.3.1