diff options
author | Daniel Weipert <code@drogueronin.de> | 2022-02-16 15:26:58 +0100 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-10-30 09:52:23 +0100 |
commit | 2b3a7047ccc7323a04abb494df5625a177bb0889 (patch) | |
tree | a091960713a380570475c060546e418d5fc6f715 /.config | |
parent | 4aab461bca854cd49b4349d7f5f2183a2463e0f4 (diff) |
[sway] enable mute button
Diffstat (limited to '.config')
-rw-r--r-- | .config/sway/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/sway/config b/.config/sway/config index ac2dce7..d7da3d2 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -115,6 +115,7 @@ mouse_warping none # Audio # + 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%- |