diff options
author | Acid Bong <acid-bong@cock.lt> | 2023-01-25 16:43:40 +0200 |
---|---|---|
committer | Acid Bong <acid-bong@cock.lt> | 2023-01-25 16:43:40 +0200 |
commit | 492ef2f9781e6d83c3e1aec9536301e00f49ce7d (patch) | |
tree | 2111f81db8bee11b817c6515b64a6f37aa96e86e | |
parent | 896b6c49aad3e351f528fcbf9c141473ff5cf264 (diff) | |
download | dwm-492ef2f9781e6d83c3e1aec9536301e00f49ce7d.tar.gz |
dmenumon fix
-rw-r--r-- | config.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 71ffcf6..719b923 100644 --- a/config.def.h +++ b/config.def.h @@ -71,6 +71,7 @@ static const Layout layouts[] = { #define SHCMD(cmd) { .v = (const char*[]){ "/bin/sh", "-c", cmd, NULL } } /* commands */ +static char dmenumon[2] = "0"; /* i hate it */ static const char *dmenucmd[] = { "rofi", "-show", "drun", "-show-icons", NULL }; static const char *termcmd[] = { "st", NULL }; |