diff options
| author | Philip Wittamore <philip@wittamore.com> | 2026-01-27 08:03:46 +0100 |
|---|---|---|
| committer | Philip Wittamore <philip@wittamore.com> | 2026-01-27 08:03:46 +0100 |
| commit | 3da42e18f2050e96dd90b221f85459f395ba881f (patch) | |
| tree | 543d5e630456042fdc31063ea963daacee75dcdc | |
| parent | df020c2a20099bb8cbacd99dd3ed6993ea2e066d (diff) | |
| download | dwm-master.tar.gz dwm-master.tar.bz2 dwm-master.zip | |
| -rwxr-xr-x | config.def.h | 4 | ||||
| -rwxr-xr-x | config.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/config.def.h b/config.def.h index e0a0782..db6bb90 100755 --- a/config.def.h +++ b/config.def.h @@ -33,7 +33,7 @@ static const Rule rules[] = { { "Librewolf", NULL, NULL, 1 << 8, 0, 0, 0, 0, -1 }, { "Gimp", NULL, NULL, 0, 0, 1, 0, 0, -1 }, { "Kitty", NULL, NULL, 0, 0, 0, 1, 0, -1 }, - { "St", NULL, NULL, 0, 1, 1, 1, 1, -1 }, + { NULL, NULL, "st", 0, 1, 1, 1, 1, -1 }, { "Galculator", NULL, NULL, 0, 1, 1, 0, 1, -1 }, { "Nsxiv", NULL, NULL, 0, 1, 1, 0, 1, -1 }, { "mpv", NULL, NULL, 0, 1, 1, 0, 1, -1 }, @@ -73,10 +73,10 @@ static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", normbgcolor, "-nf", normfgcolor, "-sb", selbgcolor, "-sf", selfgcolor, NULL }; static const char *termcmd[] = { "dwm-terminal", NULL }; static const char *webcmd[] = { "dwm-browser", NULL }; +static const char *scratch[] = { "dwm-scratch", NULL }; static const char *menupower[] = { "dmenu-power", NULL }; static const char *menuaudio[] = { "dmenu-audio", NULL }; static const char *menusystem[] = { "dmenu-system", NULL }; -static const char *scratch[] = { "st", "-g", "200x34", NULL }; static const Key keys[] = { /* modifier key function argument */ @@ -33,7 +33,7 @@ static const Rule rules[] = { { "Librewolf", NULL, NULL, 1 << 8, 0, 0, 0, 0, -1 }, { "Gimp", NULL, NULL, 0, 0, 1, 0, 0, -1 }, { "Kitty", NULL, NULL, 0, 0, 0, 1, 0, -1 }, - { "St", NULL, NULL, 0, 1, 1, 1, 1, -1 }, + { NULL, NULL, "st", 0, 1, 1, 1, 1, -1 }, { "Galculator", NULL, NULL, 0, 1, 1, 0, 1, -1 }, { "Nsxiv", NULL, NULL, 0, 1, 1, 0, 1, -1 }, { "mpv", NULL, NULL, 0, 1, 1, 0, 1, -1 }, @@ -73,10 +73,10 @@ static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", normbgcolor, "-nf", normfgcolor, "-sb", selbgcolor, "-sf", selfgcolor, NULL }; static const char *termcmd[] = { "dwm-terminal", NULL }; static const char *webcmd[] = { "dwm-browser", NULL }; +static const char *scratch[] = { "dwm-scratch", NULL }; static const char *menupower[] = { "dmenu-power", NULL }; static const char *menuaudio[] = { "dmenu-audio", NULL }; static const char *menusystem[] = { "dmenu-system", NULL }; -static const char *scratch[] = { "st", "-g", "200x34", NULL }; static const Key keys[] = { /* modifier key function argument */ |
