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:
parent
f4a5a3bf66
commit
1b182bf75f
@ -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
|
||||||
|
1
install
1
install
@ -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 '/')
|
||||||
|
Loading…
Reference in New Issue
Block a user