use noctalia ipc for brightness
This commit is contained in:
parent
8f2811df87
commit
2981f261d2
1 changed files with 2 additions and 2 deletions
|
|
@ -192,12 +192,12 @@
|
|||
};
|
||||
|
||||
"XF86MonBrightnessUp" = {
|
||||
action.spawn = ["brightnessctl" "--class=backlight" "set" "+5%"];
|
||||
action.spawn = ["noctalia-shell" "ipc" "call" "brightness" "increase"];
|
||||
allow-when-locked = true;
|
||||
};
|
||||
|
||||
"XF86MonBrightnessDown" = {
|
||||
action.spawn = ["brightnessctl" "--class=backlight" "set" "5%-"];
|
||||
action.spawn = ["noctalia-shell" "ipc" "call" "brightness" "decrease"];
|
||||
allow-when-locked = true;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue