From 6d0f282cca12064b65e9e263f751a0dabf92f43b Mon Sep 17 00:00:00 2001 From: Miles Alan Date: Mon, 1 Jun 2020 17:56:13 -0500 Subject: [PATCH] Use default lisgd threshold always --- scripts/core/sxmo_xinit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/core/sxmo_xinit.sh b/scripts/core/sxmo_xinit.sh index bff783b..17f6dff 100755 --- a/scripts/core/sxmo_xinit.sh +++ b/scripts/core/sxmo_xinit.sh @@ -22,4 +22,4 @@ pkill lisgd conky -c /usr/share/sxmo/conky.conf -d autocutsel & autocutsel -selection PRIMARY & sxmo_statusbar.sh & -exec dbus-run-session sh -c "dunst -conf /usr/share/sxmo/dunst.conf & lisgd -t 500 & dwm 2> ~/.dwm.log" +exec dbus-run-session sh -c "dunst -conf /usr/share/sxmo/dunst.conf & lisgd & dwm 2> ~/.dwm.log"