From 91f85d52dad85c57ba3f08105a927142157d6dcd Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Thu, 20 Jun 2024 06:38:47 +0900 Subject: Init --- dwm/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dwm/config.h') diff --git a/dwm/config.h b/dwm/config.h index 86df7ad..8ae3263 100644 --- a/dwm/config.h +++ b/dwm/config.h @@ -52,8 +52,8 @@ typedef struct { } Sp; /* scratchpads */ -const char *spcmd1[] = { TERMINAL, "-n", "spterm", "-g", "120x34", NULL }; -const char *spcmd2[] = { TERMINAL, "-n", "spcalc", "-f", "monospace:size=16", +const char *spcmd1[] = { TERMINAL, "-n", "spterm", "-g", "120x34", NULL }; /* Terminal */ +const char *spcmd2[] = { TERMINAL, "-n", "spcalc", "-f", "monospace:size=16", /* Calculator */ "-g", "50x20", "-e", "bc", "-lq", NULL }; static Sp scratchpads[] = { /* name cmd */ -- cgit v1.2.3