mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-02 01:04:26 +02:00
lock: wait a bit more before kicking DPMS
This commit is contained in:
parent
742d8ddbf4
commit
eafed94545
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ notify=10
|
|||
case "$1" in
|
||||
start)
|
||||
xset s $(($timeout - $notify)) $notify
|
||||
xset dpms $(($timeout * 2)) $(($timeout * 3)) $(($timeout * 4))
|
||||
xset dpms $(($timeout * 3)) $(($timeout * 4)) $(($timeout * 5))
|
||||
exec xss-lock -n "$me notify" -l $me lock
|
||||
;;
|
||||
dim|notify)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue