Rework audio keybingings
This commit is contained in:
parent
a0f204156e
commit
2306363057
1 changed files with 4 additions and 4 deletions
|
@ -96,13 +96,13 @@ sway_keybindings:
|
||||||
- bindsym: '$mod+F2'
|
- bindsym: '$mod+F2'
|
||||||
action: 'exec brightnessctl s +1%'
|
action: 'exec brightnessctl s +1%'
|
||||||
- bindsym: $mod+F3
|
- bindsym: $mod+F3
|
||||||
action: exec pactl set-sink-volume @DEFAULT_SINK@ -5%
|
action: exec wpctl set-volume @DEFAULT_SINK@ -5%
|
||||||
- bindsym: $mod+F4
|
- bindsym: $mod+F4
|
||||||
action: exec pactl set-sink-volume @DEFAULT_SINK@ +5%
|
action: exec wpctl set-volume @DEFAULT_SINK@ +5%
|
||||||
- bindsym: $mod+F5
|
- bindsym: $mod+F5
|
||||||
action: exec pactl set-sink-mute @DEFAULT_SINK@ toggle
|
action: exec wpctl set-mute @DEFAULT_SINK@ toggle
|
||||||
- bindsym: $mod+m
|
- bindsym: $mod+m
|
||||||
action: exec pactl set-source-mute @DEFAULT_SOURCE@ toggle
|
action: exec wpctl set-mute @DEFAULT_SOURCE@ toggle
|
||||||
|
|
||||||
# Mode resize
|
# Mode resize
|
||||||
- bindsym: '$mod+r'
|
- bindsym: '$mod+r'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue