diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-06-20 06:38:47 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-06-20 06:38:47 +0900 |
| commit | 91f85d52dad85c57ba3f08105a927142157d6dcd (patch) | |
| tree | e7798c144d9a76e68b3766351edcca859eeeb866 /dwm | |
| parent | e111d61b3f708f2b1bdfebbd9fd99d166a54af01 (diff) | |
Init
Diffstat (limited to 'dwm')
| -rw-r--r-- | dwm/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 */ |
