From f2fa4b258eaaece312eb823cd1c4e50304368281 Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Thu, 25 Feb 2021 09:28:39 +0000 Subject: [PATCH] X: kill lisgd before starting and make unclutter hide on touch --- x/.xinitrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x/.xinitrc b/x/.xinitrc index 6fb5f6ad..067b780e 100644 --- a/x/.xinitrc +++ b/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