aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorsinanmohd <sinan@firemail.cc>2023-03-18 08:49:23 +0530
committersinanmohd <sinan@firemail.cc>2023-03-18 08:49:23 +0530
commitcde1433ab306210e6f378b3ef54722dfcd5e61e6 (patch)
tree19c9f22b52684c3a4875170ba6ec22d9c338171a /config.def.h
parent68f79b1201b5a70025b4e5bae7d4598a0768ec34 (diff)
audio: switchout mutmic for audio_mutemic
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
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. */