Skip to content

Commit 1e682eb

Browse files
committed
Add SHIFT+Mute keybind to mute microphone
1 parent 01f28fd commit 1e682eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

linux/.config/hypr/hyprland.d/binds.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ bindel = ,XF86AudioRaiseVolume, exec, pactl set-sink-mute @DEFAULT_SINK@ off &&
7575
bindel = ,XF86AudioLowerVolume, exec, pactl set-sink-mute @DEFAULT_SINK@ off && pactl set-sink-volume @DEFAULT_SINK@ -5%
7676
bindel = ,XF86AudioMute, exec, pactl set-sink-mute @DEFAULT_SINK@ toggle
7777
bindel = ,XF86AudioMicMute, exec, pactl set-source-mute @DEFAULT_SOURCE@ toggle
78+
bindel = SHIFT, XF86AudioMute, exec, pactl set-source-mute @DEFAULT_SOURCE@ toggle
7879

7980
bindl = , XF86AudioNext, exec, playerctl next
8081
bindl = , XF86AudioPause, exec, playerctl play-pause

0 commit comments

Comments
 (0)