fixup! Better screen brightness management
This commit is contained in:
parent
767f80a3d7
commit
3426350426
1 changed files with 2 additions and 2 deletions
|
|
@ -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%-"
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue