summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2022-01-26 15:50:40 -0600
committerzachir <zachir@librem.one>2022-01-26 15:50:40 -0600
commit7363955531bee115bfa13d792eccdcb2dc16519e (patch)
treee704366c8af98a5458e1335150fb55bc5e5e3e3e
parent16f6aa4b654b6bcb56b71b94ddf8044cf3a0b353 (diff)
dwm: resize default scratchpad size
-rw-r--r--config.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/config.h b/config.h
index 900dded..f2f2281 100644
--- a/config.h
+++ b/config.h
@@ -30,14 +30,14 @@ typedef struct {
const char *name;
const void *cmd;
} Sp;
-const char *spcmd1[] = { "st", "-g", "100x50", "-c", "sphtop", "-e", "htop", NULL };
-const char *spcmd2[] = { "st", "-g", "100x50", "-c", "spterm", NULL };
-const char *spcmd3[] = { "st", "-g", "100x50", "-c", "sppmxr", "-e", "pulsemixer", NULL };
-const char *spcmd4[] = { "st", "-g", "100x50", "-c", "spxmrw", "-e", "xmrzachir", NULL };
-const char *spcmd5[] = { "st", "-g", "100x50", "-c", "spncmp", "-e", "ncmpcpp", NULL };
-const char *spcmd6[] = { "st", "-g", "100x50", "-c", "spmutt", "-e", "zsh", "-c", "neomutt", NULL };
-const char *spcmd7[] = { "st", "-g", "100x50", "-c", "spxmpp", "-e", "profanity", NULL };
-const char *spcmd8[] = { "st", "-g", "100x50", "-c", "spircc", "-e", "irssi", NULL };
+const char *spcmd1[] = { "st", "-g", "100x33", "-c", "sphtop", "-e", "htop", NULL };
+const char *spcmd2[] = { "st", "-g", "100x33", "-c", "spterm", NULL };
+const char *spcmd3[] = { "st", "-g", "100x33", "-c", "sppmxr", "-e", "pulsemixer", NULL };
+const char *spcmd4[] = { "st", "-g", "100x33", "-c", "spxmrw", "-e", "xmrzachir", NULL };
+const char *spcmd5[] = { "st", "-g", "100x33", "-c", "spncmp", "-e", "ncmpcpp", NULL };
+const char *spcmd6[] = { "st", "-g", "100x33", "-c", "spmutt", "-e", "zsh", "-c", "neomutt", NULL };
+const char *spcmd7[] = { "st", "-g", "100x33", "-c", "spxmpp", "-e", "profanity", NULL };
+const char *spcmd8[] = { "st", "-g", "100x33", "-c", "spircc", "-e", "irssi", NULL };
static Sp scratchpads[] = {
{ "sphtop", spcmd1 },
{ "spterm", spcmd2 },