set background and cursor in one command
This commit is contained in:
parent
cf6c9f6a91
commit
ee5c690ff9
@ -23,13 +23,12 @@ emacsclient --eval nil -a '' &
|
|||||||
xsettingsd &
|
xsettingsd &
|
||||||
|
|
||||||
if which lupan-wm > /dev/null; then
|
if which lupan-wm > /dev/null; then
|
||||||
xsetroot -solid '#4a4a4a'
|
xsetroot -solid '#4a4a4a' -cursor_name left_ptr
|
||||||
lupan-clock &
|
lupan-clock &
|
||||||
xsetroot -cursor_name left_ptr
|
|
||||||
exec lupan-wm -s 20
|
exec lupan-wm -s 20
|
||||||
fi
|
fi
|
||||||
|
|
||||||
xsetroot -solid '#94a3b8'
|
xsetroot -solid '#94a3b8' -cursor_name left_ptr
|
||||||
|
|
||||||
if which qtile > /dev/null; then
|
if which qtile > /dev/null; then
|
||||||
exec qtile start
|
exec qtile start
|
||||||
@ -37,7 +36,6 @@ fi
|
|||||||
|
|
||||||
if which bspwm > /dev/null; then
|
if which bspwm > /dev/null; then
|
||||||
sxhkd &
|
sxhkd &
|
||||||
xsetroot -cursor_name left_ptr
|
|
||||||
exec bspwm
|
exec bspwm
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user