brightness via brightnessctl

This commit is contained in:
müde 2026-06-13 13:42:42 +02:00
commit fda8a5b8e9
2 changed files with 18 additions and 3 deletions

View file

@ -215,6 +215,22 @@
"toggle"
];
};
"XF86MonBrightnessUp" = {
allow-when-locked = true;
action.spawn = [
"brightnessctl"
"set"
"5%+"
];
};
"XF86MonBrightnessDown" = {
allow-when-locked = true;
action.spawn = [
"brightnessctl"
"set"
"5%-"
];
};
"Mod+Q".action.close-window = { };