talos: home: brightness bindings

This commit is contained in:
Antoine Martin 2025-02-17 12:14:17 +01:00
parent e08af2559b
commit 87773282fc

View file

@ -81,6 +81,8 @@ in {
"XF86AudioMute" = "exec wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle";
"XF86AudioLowerVolume" = "exec wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- -l 1.2";
"XF86AudioRaiseVolume" = "exec wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+ -l 1.2";
"XF86MonBrightnessUp" = "exec light -A 5";
"XF86MonBrightnessDown" = "exec light -U 5";
};
modes = mkOptionDefault {