change steps from 10 to 5
This commit is contained in:
parent
8c6e2462ce
commit
4a17fa2802
1 changed files with 2 additions and 2 deletions
|
@ -137,8 +137,8 @@ bindel = ,XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
|
|||
bindel = ,XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
|
||||
bindel = ,XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
|
||||
bindel = ,XF86AudioMicMute, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle
|
||||
bindel = ,XF86MonBrightnessUp, exec, brightnessctl s 10%+
|
||||
bindel = ,XF86MonBrightnessDown, exec, brightnessctl s 10%-
|
||||
bindel = ,XF86MonBrightnessUp, exec, brightnessctl s 5%+
|
||||
bindel = ,XF86MonBrightnessDown, exec, brightnessctl s 5%-
|
||||
|
||||
# Lautstärke 10% erhöhen bei horizontalem Scroll "rechts"
|
||||
bindl = ,mouse_right, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 10%+
|
||||
|
|
Loading…
Add table
Reference in a new issue