add unclutter
This commit is contained in:
parent
ee8d8b9189
commit
1c6ba4e3b4
2 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
sudo pacman -S xorg-xinit xorg-server xorg-xrdb --noconfirm
|
||||
pacaur -S gtk-theme-arc gtk-engine-murrine --noconfirm
|
||||
pacaur -S unclutter-xfixes-git gtk-theme-arc gtk-engine-murrine --noconfirm --noedit
|
||||
|
||||
|
|
|
@ -21,6 +21,7 @@ if [ "$BAR_ON_XINIT" -eq 1 ]; then
|
|||
fi
|
||||
|
||||
# fire up wm
|
||||
unclutter &
|
||||
sxhkd &
|
||||
exec bspwm
|
||||
|
||||
|
|
Reference in a new issue