From 9a7bcb92b8390dba4d4344a7969b5f29bb8c02ce Mon Sep 17 00:00:00 2001 From: Amolith Date: Mon, 10 Apr 2023 16:20:43 -0400 Subject: [PATCH] change binding for input mute --- dot_config/i3/config.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_config/i3/config.tmpl b/dot_config/i3/config.tmpl index 61d94fad23e2fa753631e83d8610b5fc0cdae70c..fbbc29c25ccf132af387ddcdccce88847885479e 100644 --- a/dot_config/i3/config.tmpl +++ b/dot_config/i3/config.tmpl @@ -95,7 +95,7 @@ bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -10% && $refresh_i3status bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle && $refresh_i3status bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status -bindsym Pause exec --no-startup-id amixer set Capture toggle +bindsym $mod+Next exec --no-startup-id amixer set Capture toggle # Use playerctl for media controls bindsym XF86AudioPlay exec playerctl play-pause