update volume control
This commit is contained in:
parent
c944a915ce
commit
133c63ccfd
1 changed files with 3 additions and 3 deletions
|
@ -113,9 +113,9 @@
|
|||
];
|
||||
bindle = [
|
||||
# volume
|
||||
", XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 1%+"
|
||||
", XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 1%-"
|
||||
", XF86AudioMute, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 0%"
|
||||
", XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+"
|
||||
", XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-"
|
||||
", XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle"
|
||||
# screen brightness
|
||||
", XF86MonBrightnessUp, exec, brillo -q -A 5"
|
||||
", XF86MonBrightnessDown, exec, brillo -q -U 5"
|
||||
|
|
Loading…
Reference in a new issue