1
0
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:
Ryan Kes 2020-03-25 10:44:24 +01:00
parent 1b182bf75f
commit 40e59fa6b3
2 changed files with 3 additions and 2 deletions

View File

@ -7,6 +7,9 @@ function start_if_not_running
end
end
###---Load xresources---###
xrdb -load ~/.config/X11/xresources
###---Flush rules---###
bspc rule -r "*"

View File

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