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 &
|
||||
xsetroot -cursor_name left_ptr &
|
||||
xrdb ~/.Xdefaults
|
||||
xrdb ~/.config/Xdefaults
|
||||
|
||||
pgrep -x sxhkd > /dev/null || sxhkd &
|
||||
#pgrep -x picom > /dev/null || picom &
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
xrdb ~/.config/Xdefaults
|
||||
setxkbmap -option caps:none
|
||||
exec bspwm
|
||||
|
||||
|
|
Loading…
Reference in a new issue