fix brightness buttons

This commit is contained in:
Nickolaj Jepsen 2025-12-27 21:45:47 +01:00
parent 8eca09fd73
commit 86f8b559c5

View file

@ -113,11 +113,11 @@ in {
}; };
"XF86MonBrightnessUp" = { "XF86MonBrightnessUp" = {
allow-when-locked = true; allow-when-locked = true;
action.spawn = ["dms" "ipc" "brightness" "increment" "5"]; action.spawn = ["dms" "ipc" "brightness" "increment" "5" ""];
}; };
"XF86MonBrightnessDown" = { "XF86MonBrightnessDown" = {
allow-when-locked = true; allow-when-locked = true;
action.spawn = ["dms" "ipc" "brightness" "decrement" "5"]; action.spawn = ["dms" "ipc" "brightness" "decrement" "5" ""];
}; };
"Mod+N" = { "Mod+N" = {
action.spawn = ["dms" "ipc" "notifications" "toggle"]; action.spawn = ["dms" "ipc" "notifications" "toggle"];