change gtk theme

This commit is contained in:
2020-07-22 20:04:07 +02:00
parent a5c31eb87a
commit 857c02ddab
3 changed files with 9 additions and 0 deletions

View File

@ -23,6 +23,7 @@ emacsclient --eval nil -a '' &
if which bspwm > /dev/null; then
sxhkd &
xsettingsd &
xsetroot -cursor_name left_ptr
exec bspwm
fi