mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
add brightness controle keybinds
This commit is contained in:
parent
2e5c253962
commit
d0eed22744
1 changed files with 7 additions and 1 deletions
|
|
@ -208,6 +208,12 @@
|
||||||
",XF86AudioStop, exec, playerctl stop"
|
",XF86AudioStop, exec, playerctl stop"
|
||||||
"$mainMod, mouse_down, workspace, e-1"
|
"$mainMod, mouse_down, workspace, e-1"
|
||||||
"$mainMod, mouse_up, workspace, e+1"
|
"$mainMod, mouse_up, workspace, e+1"
|
||||||
|
|
||||||
|
# laptop brigthness
|
||||||
|
",XF86MonBrightnessUp, exec, brightnessctl set 5%+"
|
||||||
|
",XF86MonBrightnessDown, exec, brightnessctl set 5%-"
|
||||||
|
"$mainMod, XF86MonBrightnessUp, exec, brightnessctl set 100%+"
|
||||||
|
"$mainMod, XF86MonBrightnessDown, exec, brightnessctl set 100%-"
|
||||||
];
|
];
|
||||||
|
|
||||||
# mouse binding
|
# mouse binding
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue