mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-02 01:04:26 +02:00
xss-dimmer: ensure dimmer don't block normal lock operations
This commit is contained in:
parent
7b1c7c13d5
commit
1db8eace7f
2 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,7 @@ configure() {
|
|||
xset dpms $((timeout * 3)) $((timeout * 32 / 10)) $((timeout * 34 / 10))
|
||||
}
|
||||
dimmer() {
|
||||
systemctl --user $1 xss-dimmer@$notify.service
|
||||
systemctl --user --no-block $1 xss-dimmer@$notify.service
|
||||
}
|
||||
|
||||
case "$1" in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue