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};