mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
Load xresouces in bspwm
This commit is contained in:
parent
1b182bf75f
commit
40e59fa6b3
@ -7,6 +7,9 @@ function start_if_not_running
|
||||
end
|
||||
end
|
||||
|
||||
###---Load xresources---###
|
||||
xrdb -load ~/.config/X11/xresources
|
||||
|
||||
###---Flush rules---###
|
||||
bspc rule -r "*"
|
||||
|
||||
|
@ -1,5 +1,3 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
xrdb -load ~/.config/X11/xresources -merge -I$HOME ~/.Xresources
|
||||
|
||||
exec bspwm
|
||||
|
Loading…
Reference in New Issue
Block a user