mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-03 23:04: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() {
|
configure() {
|
||||||
xset s $((timeout - notify)) $notify
|
xset s $((timeout - notify)) $notify
|
||||||
xset dpms $((timeout * 3)) $((timeout * 32 / 10)) $((timeout * 34 / 10))
|
xset dpms $((timeout * 3)) $((timeout * 32 / 10)) 0
|
||||||
}
|
}
|
||||||
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