diff options
author | Daniel Weipert <code@drogueronin.de> | 2021-12-24 11:44:10 +0100 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2021-12-24 11:44:10 +0100 |
commit | 33db47302861bac4dadd8e131511d9f2aeb83f0d (patch) | |
tree | 91271b5855322a418d34457396e026d43f25f4a5 /.config | |
parent | 925369e97824733ed3ea321663d4db2cbacea7dc (diff) |
Adjusts volume key functions
Diffstat (limited to '.config')
-rw-r--r-- | .config/sway/config | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/sway/config b/.config/sway/config index 95a0eff..e0ef955 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -105,10 +105,10 @@ input * { # Audio # - 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%+ + bindsym XF86AudioLowerVolume exec amixer set Master 5%- + bindsym XF86AudioRaiseVolume exec amixer set Master 5%+ + bindsym Shift+XF86AudioLowerVolume exec amixer set Master 1%- + bindsym Shift+XF86AudioRaiseVolume exec amixer set Master 1%+ # # Moving around: |