mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-26 05:45:12 +02:00
xss-lock: shorter timeouts for DPMS
This commit is contained in:
parent
6442ecbecd
commit
dd4449ef63
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ display=$(systemd-escape -- "$DISPLAY")
|
||||||
|
|
||||||
configure() {
|
configure() {
|
||||||
xset s $((timeout - notify)) $notify
|
xset s $((timeout - notify)) $notify
|
||||||
xset dpms $((timeout * 2)) $((timeout * 3)) $((timeout * 4))
|
xset dpms $((timeout * 2)) $((timeout * 22 / 10)) $((timeout * 24 / 10))
|
||||||
}
|
}
|
||||||
unconfigure() {
|
unconfigure() {
|
||||||
xset s 0
|
xset s 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue