about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAcid Bong <acid-bong@cock.lt>2023-01-25 16:43:40 +0200
committerAcid Bong <acid-bong@cock.lt>2023-01-25 16:43:40 +0200
commit492ef2f9781e6d83c3e1aec9536301e00f49ce7d (patch)
tree2111f81db8bee11b817c6515b64a6f37aa96e86e
parent896b6c49aad3e351f528fcbf9c141473ff5cf264 (diff)
downloaddwm-492ef2f9781e6d83c3e1aec9536301e00f49ce7d.tar.gz
dmenumon fix
-rw-r--r--config.def.h1
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 };