home/swaylock/brightness: use builtin -s -r
This commit is contained in:
parent
c1de68cfd4
commit
8276030be2
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@
|
|||
timeouts = [
|
||||
{
|
||||
timeout = 60 * 9;
|
||||
command = "${brightness} set 75%-";
|
||||
resumeCommand = "${brightness} set 75%+";
|
||||
command = "${brightness} -s set 20%";
|
||||
resumeCommand = "${brightness} -r";
|
||||
} # dim screen
|
||||
{
|
||||
timeout = 60 * 10;
|
||||
|
|
Loading…
Reference in a new issue