updated volume control

This commit is contained in:
Luc Bijl 2023-02-04 20:54:12 +01:00
parent b07f2a02af
commit aa2fb299ef

View file

@ -63,8 +63,8 @@ binding_terminal = <super> KEY_T
binding_vscode = <super> KEY_V binding_vscode = <super> KEY_V
binding_waybar = <super> KEY_W binding_waybar = <super> KEY_W
binding_wlogout = <super> KEY_P binding_wlogout = <super> KEY_P
command_volumeup = pamixer -d 5 -u command_volumeup = pamixer -i 5 -u
command_volumedown = pamixer -i 5 -u command_volumedown = pamixer -d 5 -u
command_mute = pamixer -t command_mute = pamixer -t
command_filer = Thunar command_filer = Thunar
command_firefox = firefox command_firefox = firefox