From 61388c98506b6b565b69a0c4cdbb6b0e19c1dc16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Thu, 18 Jul 2019 21:29:18 +0100 Subject: [PATCH] Fix xidlehook commandline --- lock.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lock.sh b/lock.sh index b4db9e51..cfcd197b 100755 --- a/lock.sh +++ b/lock.sh @@ -6,5 +6,6 @@ xidlehook \ --not-when-fullscreen \ --not-when-audio \ --timer normal 180 'xrandr --output "$PRIMARY_DISPLAY" --brightness .1' 'xrandr --output "$PRIMARY_DISPLAY" --brightness 1' \ - --timer primary 10 'xrandr --output "$PRIMARY_DISPLAY" --brightness 1; physlock -d' \ - --timer normal 600 'systemctl suspend' + --timer primary 10 'xrandr --output "$PRIMARY_DISPLAY" --brightness 1; physlock -d' '' \ + --timer normal 600 'systemctl suspend' '' +