mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 08:06:50 +01:00
fix brightness buttons
This commit is contained in:
parent
8eca09fd73
commit
86f8b559c5
1 changed files with 2 additions and 2 deletions
|
|
@ -113,11 +113,11 @@ in {
|
|||
};
|
||||
"XF86MonBrightnessUp" = {
|
||||
allow-when-locked = true;
|
||||
action.spawn = ["dms" "ipc" "brightness" "increment" "5"];
|
||||
action.spawn = ["dms" "ipc" "brightness" "increment" "5" ""];
|
||||
};
|
||||
"XF86MonBrightnessDown" = {
|
||||
allow-when-locked = true;
|
||||
action.spawn = ["dms" "ipc" "brightness" "decrement" "5"];
|
||||
action.spawn = ["dms" "ipc" "brightness" "decrement" "5" ""];
|
||||
};
|
||||
"Mod+N" = {
|
||||
action.spawn = ["dms" "ipc" "notifications" "toggle"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue