mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-12 19:24:20 +02:00
Revert "xss-lock: temporarily disable off state"
This reverts commit a15c6b410f
. No
change on my problem...
This commit is contained in:
parent
a15c6b410f
commit
d9a4b7c2d5
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ notify=$((timeout/10))
|
|||
|
||||
configure() {
|
||||
xset s $((timeout - notify)) $notify
|
||||
xset dpms $((timeout * 3)) $((timeout * 32 / 10)) 0
|
||||
xset dpms $((timeout * 3)) $((timeout * 32 / 10)) $((timeout * 34 / 10))
|
||||
}
|
||||
dimmer() {
|
||||
systemctl --user $1 xss-dimmer@$notify.service
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue