mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-18 04:53:03 +01:00
wm: Bind keys to control brightness
This commit is contained in:
parent
291e2fa028
commit
ef0ce891dd
1 changed files with 3 additions and 0 deletions
|
|
@ -187,6 +187,9 @@
|
|||
"XF86AudioNext" = "exec ${pkgs.playerctl}/bin/playerctl -p spotify next";
|
||||
"XF86AudioPrev" = "exec ${pkgs.playerctl}/bin/playerctl -p spotify previous";
|
||||
|
||||
"XF86MonBrightnessDown" = "exec ${lib.getExe pkgs.brightnessctl} set 10%-";
|
||||
"XF86MonBrightnessUp" = "exec ${lib.getExe pkgs.brightnessctl} set 10%+";
|
||||
|
||||
"${mod}+space" = "exec foot nvim +WikiIndex";
|
||||
"${mod}+Shift+space" = "exec foot nvim +WikiPages";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue