remove old tiling configs
This commit is contained in:
parent
65be83623e
commit
e2912337ab
10 changed files with 16 additions and 355 deletions
|
|
@ -193,29 +193,37 @@
|
|||
|
||||
"XF86MonBrightnessUp" = {
|
||||
action.spawn = [
|
||||
"/home/${config.userOptions.username}/.config/niri/scripts/brightness.sh"
|
||||
"5"
|
||||
"brightnessctl"
|
||||
"--class=backlight"
|
||||
"set"
|
||||
"+5%"
|
||||
];
|
||||
allow-when-locked = true;
|
||||
};
|
||||
"XF86MonBrightnessDown" = {
|
||||
action.spawn = [
|
||||
"/home/${config.userOptions.username}/.config/niri/scripts/brightness.sh"
|
||||
"-5"
|
||||
"brightnessctl"
|
||||
"--class=backlight"
|
||||
"set"
|
||||
"5%-"
|
||||
];
|
||||
allow-when-locked = true;
|
||||
};
|
||||
"Shift+XF86MonBrightnessUp" = {
|
||||
action.spawn = [
|
||||
"/home/${config.userOptions.username}/.config/niri/scripts/brightness.sh"
|
||||
"1"
|
||||
"brightnessctl"
|
||||
"--class=backlight"
|
||||
"set"
|
||||
"+1%"
|
||||
];
|
||||
allow-when-locked = true;
|
||||
};
|
||||
"Shift+XF86MonBrightnessDown" = {
|
||||
action.spawn = [
|
||||
"/home/${config.userOptions.username}/.config/niri/scripts/brightness.sh"
|
||||
"-1"
|
||||
"brightnessctl"
|
||||
"--class=backlight"
|
||||
"set"
|
||||
"1%-"
|
||||
];
|
||||
allow-when-locked = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue