Rework audio keybingings

This commit is contained in:
Yorick Barbanneau 2023-10-07 23:52:40 +02:00
parent a0f204156e
commit 2306363057

View file

@ -96,13 +96,13 @@ sway_keybindings:
- bindsym: '$mod+F2'
action: 'exec brightnessctl s +1%'
- bindsym: $mod+F3
action: exec pactl set-sink-volume @DEFAULT_SINK@ -5%
action: exec wpctl set-volume @DEFAULT_SINK@ -5%
- bindsym: $mod+F4
action: exec pactl set-sink-volume @DEFAULT_SINK@ +5%
action: exec wpctl set-volume @DEFAULT_SINK@ +5%
- bindsym: $mod+F5
action: exec pactl set-sink-mute @DEFAULT_SINK@ toggle
action: exec wpctl set-mute @DEFAULT_SINK@ toggle
- bindsym: $mod+m
action: exec pactl set-source-mute @DEFAULT_SOURCE@ toggle
action: exec wpctl set-mute @DEFAULT_SOURCE@ toggle
# Mode resize
- bindsym: '$mod+r'