Skip to content

Commit 6a633c5

Browse files
therealmatemmstick
authored andcommitted
fix(system_actions): Switch MuteMic to PipeWire
1 parent 19f1052 commit 6a633c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/system_actions.ron

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
/// Mutes the active output device
2323
Mute: "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle",
2424
/// Mutes the active microphone
25-
MuteMic: "amixer sset Capture toggle",
25+
MuteMic: "wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle",
2626
/// Plays and Pauses audio
2727
PlayPause: "playerctl play-pause",
2828
/// Goes to the next track

0 commit comments

Comments
 (0)