summaryrefslogtreecommitdiff
path: root/dwm/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'dwm/config.h')
-rw-r--r--dwm/config.h4
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 */