X: kill lisgd before starting and make unclutter hide on touch

This commit is contained in:
Jonathan Hodgson 2021-02-25 09:28:39 +00:00
parent 983896f644
commit f2fa4b258e

View file

@ -27,8 +27,9 @@ type -p compton > /dev/null && exec /usr/bin/compton --config "$HOME/.config/pic
/usr/bin/systemctl --user start background.service /usr/bin/systemctl --user start background.service
[ -f /usr/lib/kdeconnectd ] && /usr/lib/kdeconnectd & [ -f /usr/lib/kdeconnectd ] && /usr/lib/kdeconnectd &
[ -f /usr/bin/pactl ] && /usr/bin/pactl load-module module-switch-on-connect & [ -f /usr/bin/pactl ] && /usr/bin/pactl load-module module-switch-on-connect &
[ -f /usr/bin/unclutter ] && /usr/bin/unclutter & [ -f /usr/bin/unclutter ] && /usr/bin/unclutter --hide-on-touch &
killall lisgd
type -p lisgd 2> /dev/null && lisgd & type -p lisgd 2> /dev/null && lisgd &
if hostname | grep -q phone; then if hostname | grep -q phone; then