summaryrefslogtreecommitdiff
path: root/x11-wm/dwm/files/52_keys.diff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/dwm/files/52_keys.diff')
-rw-r--r--x11-wm/dwm/files/52_keys.diff2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/dwm/files/52_keys.diff b/x11-wm/dwm/files/52_keys.diff
index 16e43df..7b50b8a 100644
--- a/x11-wm/dwm/files/52_keys.diff
+++ b/x11-wm/dwm/files/52_keys.diff
@@ -15,7 +15,7 @@ index 4811f38..47920c9 100644
/* commands */
-static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */
--static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_lilac, "-sf", col_gray4, NULL };
+-static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray4, NULL };
-static const char *termcmd[] = { "st", NULL };
+static char dmenumon[2] = "0"; /* component of dmenu_cmd, manipulated in spawn() */
+static const char *dmenu_cmd[] = { "dmenu_run", "-m", dmenumon, NULL };