1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00

Moved xresources to xdg config path

This commit is contained in:
Ryan Kes 2020-03-25 10:26:34 +01:00
parent f4a5a3bf66
commit 1b182bf75f
4 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env sh #!/usr/bin/env sh
xrdb -merge -I$HOME ~/.Xresources xrdb -load ~/.config/X11/xresources -merge -I$HOME ~/.Xresources
exec bspwm exec bspwm

View File

@ -30,6 +30,7 @@ mkdir_if_not_exist ~/.config/omf
mkdir_if_not_exist ~/.config/polybar/bin mkdir_if_not_exist ~/.config/polybar/bin
mkdir_if_not_exist ~/.config/mpd mkdir_if_not_exist ~/.config/mpd
mkdir_if_not_exist ~/.config/wal mkdir_if_not_exist ~/.config/wal
mkdir_if_not_exist ~/.config/X11
mkdir_if_not_exist ~/.weechat mkdir_if_not_exist ~/.weechat
for d in (find -- */ -maxdepth 0 -type d | cut -f1 -d '/') for d in (find -- */ -maxdepth 0 -type d | cut -f1 -d '/')