aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rwxr-xr-xconfig.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index e0a0782..db6bb90 100755
--- a/config.h
+++ b/config.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 */