add xmonad with xmobar

add scratchpads
This commit is contained in:
2022-10-26 22:39:43 +02:00
parent 7b95888dfa
commit 0f7a325f0b
3 changed files with 144 additions and 2 deletions

View File

@ -29,6 +29,12 @@ emacsclient --eval nil -a '' &
xsettingsd &
xsetroot -cursor_name left_ptr
if which xmonad > /dev/null && test -f ~/.config/xmonad/xmonad.hs; then
exec xmonad
fi
if which qtile > /dev/null && test -f ~/.config/qtile/config.py; then
exec qtile start
fi
@ -43,8 +49,6 @@ if which lupan-wm > /dev/null; then
exec lupan-wm -s 20
fi
xsetroot -solid '#94a3b8' -cursor_name left_ptr
if which bspwm > /dev/null; then
sxhkd &
exec bspwm