mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-06 00:04:20 +02:00
xss-lock: document how to prevent locking
This commit is contained in:
parent
9653179899
commit
1937350a74
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,10 @@ configure() {
|
|||
xset s $((timeout - notify)) $notify
|
||||
xset dpms $((timeout * 3)) $((timeout * 4)) $((timeout * 5))
|
||||
}
|
||||
unconfigure() {
|
||||
xset s 0
|
||||
xset dpms 0 0 0
|
||||
}
|
||||
|
||||
case "$1" in
|
||||
start)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue