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:45:10 +0200
commitd54081a781fd84d26ac1e8c30737870a0504c12a (patch)
tree71389cf00c177439bbaa2f2e3065671a4a9c90c4
parentf5a855e6da1c640b4e5acf25ecc01f8e614c9d30 (diff)
downloaddwm-musl.tar.gz
dmenumon fix musl
-rw-r--r--config.def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 7d6e332..12333fd 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 };