brightness via brightnessctl
This commit is contained in:
parent
1b88d7f863
commit
fda8a5b8e9
2 changed files with 18 additions and 3 deletions
|
|
@ -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 = { };
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue