From 16f6aa4b654b6bcb56b71b94ddf8044cf3a0b353 Mon Sep 17 00:00:00 2001 From: zachir Date: Wed, 26 Jan 2022 14:28:10 -0600 Subject: config.h: resize scratchpads default size --- config.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/config.h b/config.h index cea96be..900dded 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", "150x50", "-c", "sphtop", "-e", "htop", NULL }; -const char *spcmd2[] = { "st", "-g", "150x50", "-c", "spterm", NULL }; -const char *spcmd3[] = { "st", "-g", "150x50", "-c", "sppmxr", "-e", "pulsemixer", NULL }; -const char *spcmd4[] = { "st", "-g", "150x50", "-c", "spxmrw", "-e", "xmrzachir", NULL }; -const char *spcmd5[] = { "st", "-g", "150x50", "-c", "spncmp", "-e", "ncmpcpp", NULL }; -const char *spcmd6[] = { "st", "-g", "150x50", "-c", "spmutt", "-e", "zsh", "-c", "neomutt", NULL }; -const char *spcmd7[] = { "st", "-g", "150x50", "-c", "spxmpp", "-e", "profanity", NULL }; -const char *spcmd8[] = { "st", "-g", "150x50", "-c", "spircc", "-e", "irssi", NULL }; +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 }; static Sp scratchpads[] = { { "sphtop", spcmd1 }, { "spterm", spcmd2 }, -- cgit v1.2.3