diff --git a/sway/.config/sway/config b/sway/.config/sway/config
index a8295e445c850e6aed27a0ea4976eb13d24c8f2c..e5aa563660f4404de1594bf7286a417db16fdf97 100644
--- a/sway/.config/sway/config
+++ b/sway/.config/sway/config
@@ -93,7 +93,7 @@ bindsym --locked $alt+F2 exec "playerctl previous"
bindsym --locked XF86AudioRaiseVolume exec "amixer -D pulse sset Master 5%+"
bindsym --locked XF86AudioLowerVolume exec "amixer -D pulse sset Master 5%-"
bindsym --locked XF86AudioMute exec "amixer -D pulse set Master 1+ toggle"
- bindsym --locked XF86AudioMicMute exec "pactl set-source-mute 45 toggle"
+ bindsym --locked XF86AudioMicMute exec "amixer set Capture toggle"
bindsym --locked XF86MonBrightnessUp exec "/home/michal/.local/bin/brightness up"
bindsym --locked XF86MonBrightnessDown exec "/home/michal/.local/bin/brightness down"
bindsym $mod+Shift+Escape exec "/home/michal/.local/bin/floating alacritty -e gotop"