diff options
Diffstat (limited to 'i3.dot.link/config')
-rw-r--r-- | i3.dot.link/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i3.dot.link/config b/i3.dot.link/config index a475aa5..f14b3d2 100644 --- a/i3.dot.link/config +++ b/i3.dot.link/config @@ -112,7 +112,7 @@ bindsym $mod+Shift+9 move container to workspace 9 bindsym $mod+Shift+0 move container to workspace 10 # sound -bindsym XF86AudioLowerVolume exec --no-startup-id amixer set Master 3%- +bindsym XF86AudioLowerVolume exec --no-startup-id amixer set Master 3%- bindsym XF86AudioRaiseVolume exec --no-startup-id amixer set Master 3%+ bindsym XF86AudioMute exec amixer -q set Master toggle |