From 2e00516fd017ff9d6d1fa8c0fe637dac3360bc0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Czy=C5=BC?= Date: Wed, 12 Mar 2025 21:42:14 +0100 Subject: [PATCH] feat: changed mic mute to equibot toggle mute --- config.def.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 40ded2c..4d916a4 100644 --- a/config.def.h +++ b/config.def.h @@ -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};