switch between global dark and light themes (super + F6)

This commit is contained in:
2020-07-20 09:48:41 +02:00
parent d81399a25e
commit f3d07932e4
6 changed files with 98 additions and 19 deletions

View File

@ -20,7 +20,11 @@ fi
# run emacs daemon if not running
emacsclient --eval nil -a '' &
exec /usr/bin/bspwm
if which bspwm > /dev/null; then
sxhkd &
xsetroot -cursor_name left_ptr
exec bspwm
fi
exec /usr/bin/i3
dwm-clock &
exec /usr/local/bin/dwm