Fix xidlehook commandline
This commit is contained in:
parent
21e6ea77f5
commit
61388c9850
1 changed files with 3 additions and 2 deletions
5
lock.sh
5
lock.sh
|
@ -6,5 +6,6 @@ xidlehook \
|
||||||
--not-when-fullscreen \
|
--not-when-fullscreen \
|
||||||
--not-when-audio \
|
--not-when-audio \
|
||||||
--timer normal 180 'xrandr --output "$PRIMARY_DISPLAY" --brightness .1' 'xrandr --output "$PRIMARY_DISPLAY" --brightness 1' \
|
--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 primary 10 'xrandr --output "$PRIMARY_DISPLAY" --brightness 1; physlock -d' '' \
|
||||||
--timer normal 600 'systemctl suspend'
|
--timer normal 600 'systemctl suspend' ''
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue