From cde1433ab306210e6f378b3ef54722dfcd5e61e6 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sat, 18 Mar 2023 08:49:23 +0530 Subject: audio: switchout mutmic for audio_mutemic --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 2d959dd..0abd4d8 100644 --- a/config.def.h +++ b/config.def.h @@ -118,7 +118,7 @@ static const char *downbri[] = { "brightnessctl", "set", "1%-", NULL }; static const char *upvol[] = { "wpctl", "set-volume", "@DEFAULT_AUDIO_SINK@", "5%+", NULL }; static const char *downvol[] = { "wpctl", "set-volume", "@DEFAULT_AUDIO_SINK@", "5%-", NULL }; static const char *voltogl[] = { "wpctl", "set-mute", "@DEFAULT_AUDIO_SINK@", "toggle", NULL }; -static const char *mutemic[] = { "mutemic", NULL }; +static const char *mutemic[] = { "audio_mutemic", NULL }; static const Key keys[] = { /* Note that Shift changes certain key codes: c -> C, 2 -> at, etc. */ -- cgit v1.2.3