qtile: change key bindings, colors, more layouts
This commit is contained in:
@ -29,7 +29,11 @@ emacsclient --eval nil -a '' &
|
||||
|
||||
xsettingsd &
|
||||
|
||||
if which spectrwm > /dev/null; then
|
||||
if which qtile > /dev/null && test -f ~/.config/qtile/config.py; then
|
||||
exec qtile start
|
||||
fi
|
||||
|
||||
if which spectrwm > /dev/null && test -f ~/.spectrwm.conf; then
|
||||
exec spectrwm
|
||||
fi
|
||||
|
||||
@ -41,10 +45,6 @@ fi
|
||||
|
||||
xsetroot -solid '#94a3b8' -cursor_name left_ptr
|
||||
|
||||
if which qtile > /dev/null; then
|
||||
exec qtile start
|
||||
fi
|
||||
|
||||
if which bspwm > /dev/null; then
|
||||
sxhkd &
|
||||
exec bspwm
|
||||
|
Reference in New Issue
Block a user