set background and cursor in one command

This commit is contained in:
Łukasz Pankowski 2022-01-24 23:49:18 +01:00
parent cf6c9f6a91
commit ee5c690ff9

View File

@ -23,13 +23,12 @@ emacsclient --eval nil -a '' &
xsettingsd &
if which lupan-wm > /dev/null; then
xsetroot -solid '#4a4a4a'
xsetroot -solid '#4a4a4a' -cursor_name left_ptr
lupan-clock &
xsetroot -cursor_name left_ptr
exec lupan-wm -s 20
fi
xsetroot -solid '#94a3b8'
xsetroot -solid '#94a3b8' -cursor_name left_ptr
if which qtile > /dev/null; then
exec qtile start
@ -37,7 +36,6 @@ fi
if which bspwm > /dev/null; then
sxhkd &
xsetroot -cursor_name left_ptr
exec bspwm
fi