mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-26 22:04:36 +02:00
xss-lock: increase timeouts
This commit is contained in:
parent
fb57fb4365
commit
7bfa942842
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ notify=$((timeout/10))
|
||||||
|
|
||||||
configure() {
|
configure() {
|
||||||
xset s $((timeout - notify)) $notify
|
xset s $((timeout - notify)) $notify
|
||||||
xset dpms $((timeout * 2)) $((timeout * 22 / 10)) $((timeout * 24 / 10))
|
xset dpms $((timeout * 3)) $((timeout * 32 / 10)) $((timeout * 34 / 10))
|
||||||
}
|
}
|
||||||
dimmer() {
|
dimmer() {
|
||||||
systemctl --user $1 xss-dimmer@$notify.service
|
systemctl --user $1 xss-dimmer@$notify.service
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue