From 7363955531bee115bfa13d792eccdcb2dc16519e Mon Sep 17 00:00:00 2001 From: zachir Date: Wed, 26 Jan 2022 15:50:40 -0600 Subject: dwm: resize default scratchpad size --- config.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'config.h') 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 }, -- cgit v1.2.3