mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-04 07:14:21 +02:00
xss-lock: temporarily disable off state
This commit is contained in:
parent
9eb153f283
commit
a15c6b410f
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)) $((timeout * 34 / 10))
|
||||
xset dpms $((timeout * 3)) $((timeout * 32 / 10)) 0
|
||||
}
|
||||
dimmer() {
|
||||
systemctl --user $1 xss-dimmer@$notify.service
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue