| dwm-dmenumatchtop-6.2.diff - sites - public wiki contents of suckless.org | |
| git clone git://git.suckless.org/sites | |
| Log | |
| Files | |
| 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 +… | |
| 3 +++ dwm-6.2-modified/config.def.h 2019-11-18 17:46:56.829143140 +… | |
| 4 @@ -56,7 +56,7 @@ static const Layout layouts[] = { | |
| 5 | |
| 6 /* commands */ | |
| 7 static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in… | |
| 8 -static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", d… | |
| 9 +static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", d… | |
| 10 static const char *termcmd[] = { "st", NULL }; | |
| 11 | |
| 12 static Key keys[] = { |