We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19f1052 commit 6a633c5Copy full SHA for 6a633c5
data/system_actions.ron
@@ -22,7 +22,7 @@
22
/// Mutes the active output device
23
Mute: "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle",
24
/// Mutes the active microphone
25
- MuteMic: "amixer sset Capture toggle",
+ MuteMic: "wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle",
26
/// Plays and Pauses audio
27
PlayPause: "playerctl play-pause",
28
/// Goes to the next track
0 commit comments