diff options
Diffstat (limited to '.config/sway/config')
-rw-r--r-- | .config/sway/config | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.config/sway/config b/.config/sway/config index 09724b9..95a0eff 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -105,8 +105,10 @@ input * { # Audio # - bindsym F11 exec pactl set-sink-volume @DEFAULT_SINK@ -5% - bindsym F12 exec pactl set-sink-volume @DEFAULT_SINK@ +5% + bindsym XF86AudioLowerVolume exec amixer set Master 1%- + bindsym XF86AudioRaiseVolume exec amixer set Master 1%+ + bindsym Shift+XF86AudioLowerVolume exec amixer set Master 5%- + bindsym Shift+XF86AudioRaiseVolume exec amixer set Master 5%+ # # Moving around: |