diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-02-28 17:59:05 +0100 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-10-30 09:52:23 +0100 |
commit | 090d62c4cf1eaf2b59a92c31aed1ca3b8f257a8b (patch) | |
tree | e3554bc5a20fe82e248320c3a4754524db02a375 /.config | |
parent | 5cf1ed48d192dcad30453c6bca75822c888a9e27 (diff) |
[sway] remove smaller audio amixer steps
Diffstat (limited to '.config')
-rw-r--r-- | .config/sway/config | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.config/sway/config b/.config/sway/config index 4d8b959..f06dd33 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -120,8 +120,6 @@ seat * hide_cursor when-typing enable bindsym XF86AudioMute exec amixer set Master toggle 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%+ # # Screenshot |