From 6e9c5ee7d18ef0a4b4df5c38e2211607b780c48d Mon Sep 17 00:00:00 2001 From: Miles Alan Date: Mon, 1 Jun 2020 17:46:27 -0500 Subject: [PATCH] Kill old instance of lisgd on xinit --- scripts/core/sxmo_xinit.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/core/sxmo_xinit.sh b/scripts/core/sxmo_xinit.sh index 50c271f..bff783b 100755 --- a/scripts/core/sxmo_xinit.sh +++ b/scripts/core/sxmo_xinit.sh @@ -17,6 +17,8 @@ xrdb /usr/share/sxmo/xresources_xcalc.xr synclient TapButton1=1 TapButton2=3 TapButton3=2 MinSpeed=0.25 keynav & +pkill lisgd + conky -c /usr/share/sxmo/conky.conf -d autocutsel & autocutsel -selection PRIMARY & sxmo_statusbar.sh &