From 1b182bf75f993ea4fc629cdba273f2e685f267ba Mon Sep 17 00:00:00 2001 From: Ryan Kes Date: Wed, 25 Mar 2020 10:26:34 +0100 Subject: [PATCH] Moved xresources to xdg config path --- bspwm/{ => .config/X11}/.Xresources.desktop | 0 bspwm/{ => .config/X11}/.Xresources.thinkpad | 0 bspwm/.xinitrc | 2 +- install | 1 + 4 files changed, 2 insertions(+), 1 deletion(-) rename bspwm/{ => .config/X11}/.Xresources.desktop (100%) rename bspwm/{ => .config/X11}/.Xresources.thinkpad (100%) diff --git a/bspwm/.Xresources.desktop b/bspwm/.config/X11/.Xresources.desktop similarity index 100% rename from bspwm/.Xresources.desktop rename to bspwm/.config/X11/.Xresources.desktop diff --git a/bspwm/.Xresources.thinkpad b/bspwm/.config/X11/.Xresources.thinkpad similarity index 100% rename from bspwm/.Xresources.thinkpad rename to bspwm/.config/X11/.Xresources.thinkpad diff --git a/bspwm/.xinitrc b/bspwm/.xinitrc index 5690d9d..f8ea196 100755 --- a/bspwm/.xinitrc +++ b/bspwm/.xinitrc @@ -1,5 +1,5 @@ #!/usr/bin/env sh -xrdb -merge -I$HOME ~/.Xresources +xrdb -load ~/.config/X11/xresources -merge -I$HOME ~/.Xresources exec bspwm diff --git a/install b/install index 222aaff..995d7db 100755 --- a/install +++ b/install @@ -30,6 +30,7 @@ mkdir_if_not_exist ~/.config/omf mkdir_if_not_exist ~/.config/polybar/bin mkdir_if_not_exist ~/.config/mpd mkdir_if_not_exist ~/.config/wal +mkdir_if_not_exist ~/.config/X11 mkdir_if_not_exist ~/.weechat for d in (find -- */ -maxdepth 0 -type d | cut -f1 -d '/')