summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-system/unclutter-toggle.sh
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2020-06-17 04:30:17 (GMT)
committerBritney Fransen <brfransen@gmail.com>2020-06-17 04:30:17 (GMT)
commit9368d08f072ae32e7984417deb44472293129754 (patch)
tree4a4ba308d0455dac54d15061e89923286176ec47 /abs/core/LinHES-system/unclutter-toggle.sh
parent6d01111d04ddeb6208e75d81be3aadf44f8d7c28 (diff)
downloadlinhes_pkgbuild-9368d08f072ae32e7984417deb44472293129754.zip
linhes_pkgbuild-9368d08f072ae32e7984417deb44472293129754.tar.gz
linhes_pkgbuild-9368d08f072ae32e7984417deb44472293129754.tar.bz2
LinHES-system: mythwelcome-set-alarm.sh: add mythwelcome-set-alarm-user.sh to allow user to run additional cmds
unclutter-toggle.sh: adjust defaults linhes_update2.sh and lh_system_host_update: remove pacman --force option as it isn't supported anymore
Diffstat (limited to 'abs/core/LinHES-system/unclutter-toggle.sh')
-rw-r--r--abs/core/LinHES-system/unclutter-toggle.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/abs/core/LinHES-system/unclutter-toggle.sh b/abs/core/LinHES-system/unclutter-toggle.sh
index 9b08a14..b3901ca 100644
--- a/abs/core/LinHES-system/unclutter-toggle.sh
+++ b/abs/core/LinHES-system/unclutter-toggle.sh
@@ -1,7 +1,8 @@
#!/bin/bash
PIDUNC=`pidof unclutter`
-jitter=200
-idle=1
+jitter=50
+idle=10
+# unclutter.cfg allows the user to set idle and jitter to their own preference
. /etc/unclutter.cfg
if [ -n "${PIDUNC}" ];
then