feat: changed mic mute to equibot toggle mute

This commit is contained in:
2025-03-12 21:42:14 +01:00
parent 26303b95e9
commit 2e00516fd0

View File

@@ -918,7 +918,8 @@ static const char *prtscrcmd[] = {"flameshot", "gui", NULL};
static const char *mutevol[] = {"pactl", "set-sink-mute", "0", "toggle", NULL};
static const char *downvol[] = {"pactl", "set-sink-volume", "0", "-3%", NULL};
static const char *upvol[] = {"pactl", "set-sink-volume", "0", "+3%", NULL};
static const char *mutemic[] = {"pactl", "set-source-mute", "0", "toggle", NULL};
// static const char *mutemic[] = {"pactl", "set-source-mute", "0", "toggle", NULL};
static const char *mutemic[] = {"equibop", "--toggle-mic", NULL};
static const char *downbrt[] = {"brightnessctl", "s", "5%-", NULL};
static const char *upbrt[] = {"brightnessctl", "s", "5%+", NULL};
static const char *displ[] = {"arandr", NULL};