mirror of
https://git.davidovski.xyz/dot.git
synced 2024-08-15 00:43:28 +00:00
make xrdb always occur
This commit is contained in:
parent
4f5d2bab93
commit
a38ad169e9
2 changed files with 1 additions and 2 deletions
|
@ -8,7 +8,7 @@ BORDER=2
|
||||||
|
|
||||||
hsetroot -solid $COLOR_BACKGROUND &
|
hsetroot -solid $COLOR_BACKGROUND &
|
||||||
xsetroot -cursor_name left_ptr &
|
xsetroot -cursor_name left_ptr &
|
||||||
xrdb ~/.Xdefaults
|
xrdb ~/.config/Xdefaults
|
||||||
|
|
||||||
pgrep -x sxhkd > /dev/null || sxhkd &
|
pgrep -x sxhkd > /dev/null || sxhkd &
|
||||||
#pgrep -x picom > /dev/null || picom &
|
#pgrep -x picom > /dev/null || picom &
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
xrdb ~/.config/Xdefaults
|
|
||||||
setxkbmap -option caps:none
|
setxkbmap -option caps:none
|
||||||
exec bspwm
|
exec bspwm
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue