qtile: change key bindings, colors, more layouts

This commit is contained in:
2022-10-07 22:55:22 +02:00
parent 382f6b0cab
commit 64d5eae2c3
5 changed files with 101 additions and 41 deletions

View File

@ -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