From b4c02acb76b5a14eaea6676db168c487f210fa72 Mon Sep 17 00:00:00 2001 From: Miles Alan Date: Wed, 20 May 2020 16:33:02 -0500 Subject: [PATCH] Set lisgd threshold to 500 --- 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 7fa694b..f9d6ace 100755 --- a/scripts/core/sxmo_xinit.sh +++ b/scripts/core/sxmo_xinit.sh @@ -16,6 +16,6 @@ keynav & conky -c /usr/share/sxmo/conky.conf -d autocutsel & autocutsel -selection PRIMARY & -lisgd & +lisgd -t 500 & sxmo_statusbar.sh & exec dbus-run-session dwm 2> ~/.dwm.log