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

master
Jonathan Hodgson 3 years ago
parent 983896f644
commit f2fa4b258e
  1. 3
      x/.xinitrc

@ -27,8 +27,9 @@ type -p compton > /dev/null && exec /usr/bin/compton --config "$HOME/.config/pic
/usr/bin/systemctl --user start background.service
[ -f /usr/lib/kdeconnectd ] && /usr/lib/kdeconnectd &
[ -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 &
if hostname | grep -q phone; then

Loading…
Cancel
Save