summaryrefslogtreecommitdiff
path: root/modules/home/dmenu/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home/dmenu/config.h')
-rw-r--r--modules/home/dmenu/config.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/modules/home/dmenu/config.h b/modules/home/dmenu/config.h
new file mode 100644
index 0000000..9efcb0b
--- /dev/null
+++ b/modules/home/dmenu/config.h
@@ -0,0 +1,17 @@
+static int topbar = 1;
+
+static const char *fonts[] = {
+ "monospace:size=14"
+};
+
+static const char *prompt = NULL;
+
+static const char *colors[SchemeLast][2] = {
+ [SchemeNorm] = { "#bbbbbb", "#222222" },
+ [SchemeSel] = { "#eeeeee", "#005577" },
+ [SchemeOut] = { "#000000", "#00ffff" },
+};
+
+static unsigned int lines = 0;
+
+static const char worddelimiters[] = " ";