fixup! Better screen brightness management

This commit is contained in:
Filippo Berto 2024-11-22 13:53:17 +01:00
parent 767f80a3d7
commit 3426350426
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -248,8 +248,8 @@ in
];
bindel = [
", XF86MonBrightnessUp, exec, brillo -O -A 10"
", XF86MonBrightnessDown, exec, brillo -O -U 10"
", XF86MonBrightnessUp, exec, brillo -A 10; brillo -O"
", XF86MonBrightnessDown, exec, brillo -U 10; brillo -O"
", XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 2%+"
", XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 2%-"
];