change steps from 10 to 5
This commit is contained in:
parent
4a17fa2802
commit
b27e5cd124
1 changed files with 2 additions and 2 deletions
|
@ -141,10 +141,10 @@ bindel = ,XF86MonBrightnessUp, exec, brightnessctl s 5%+
|
||||||
bindel = ,XF86MonBrightnessDown, exec, brightnessctl s 5%-
|
bindel = ,XF86MonBrightnessDown, exec, brightnessctl s 5%-
|
||||||
|
|
||||||
# Lautstärke 10% erhöhen bei horizontalem Scroll "rechts"
|
# Lautstärke 10% erhöhen bei horizontalem Scroll "rechts"
|
||||||
bindl = ,mouse_right, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 10%+
|
bindl = ,mouse_right, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
|
||||||
|
|
||||||
# Lautstärke 10% verringern bei horizontalem Scroll "links"
|
# Lautstärke 10% verringern bei horizontalem Scroll "links"
|
||||||
bindl = ,mouse_left, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 10%-
|
bindl = ,mouse_left, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
|
||||||
|
|
||||||
# Requires playerctl
|
# Requires playerctl
|
||||||
bindl = , XF86AudioNext, exec, playerctl next
|
bindl = , XF86AudioNext, exec, playerctl next
|
||||||
|
|
Loading…
Add table
Reference in a new issue