dwm-dmenumatchtop-6.2.diff - sites - public wiki contents of suckless.org
(HTM) git clone git://git.suckless.org/sites
(DIR) Log
(DIR) Files
(DIR) Refs
---
dwm-dmenumatchtop-6.2.diff (781B)
---
1 diff -up dwm-6.2-original/config.def.h dwm-6.2-modified/config.def.h
2 --- dwm-6.2-original/config.def.h 2019-02-02 14:55:28.000000000 +0200
3 +++ dwm-6.2-modified/config.def.h 2019-11-18 17:46:56.829143140 +0200
4 @@ -56,7 +56,7 @@ static const Layout layouts[] = {
5
6 /* commands */
7 static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */
8 -static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray4, NULL };
9 +static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray4, topbar ? NULL : "-b", NULL };
10 static const char *termcmd[] = { "st", NULL };
11
12 static Key keys[] = {