enable screen brightness controles

This commit is contained in:
Andreas Zweili 2021-12-05 20:54:50 +01:00
parent 1f8c9fa4f2
commit b0bb0ced65
2 changed files with 3 additions and 2 deletions

View File

@ -72,6 +72,7 @@
environment.systemPackages = with pkgs; [
arc-theme
brightnessctl
calibre
celluloid
digikam

View File

@ -59,8 +59,8 @@ keys = [
Key([], "XF86AudioPause", lazy.spawn("playerctl pause")),
Key([], "XF86AudioNext", lazy.spawn("playerctl next")),
Key([], "XF86AudioPrev", lazy.spawn("playerctl previous")),
Key([], "XF86KbdBrightnessUp", lazy.spawn("brightness_up")),
Key([], "XF86KbdBrightnessDown", lazy.spawn("brightness_down")),
Key([], "XF86MonBrightnessDown", lazy.spawn("brightnessctl set 10%-")),
Key([], "XF86MonBrightnessUp", lazy.spawn("brightnessctl set +10%")),
]
groups = [Group(i) for i in "1234567890"]