Better backlight control
This commit is contained in:
parent
4befb01e03
commit
27357a1921
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ in
|
|||
{
|
||||
command = "${xbacklightCmd} -get > /tmp/xbacklight_v && ${xbacklightCmd} -set ${toString lightLevel}";
|
||||
canceller = "${xbacklightCmd} -set $(cat /tmp/xbacklight_v || echo 100)";
|
||||
delay = 30;
|
||||
delay = 60;
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue