summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKronikPillow <kronikpillow@gmail.com>2020-12-15 09:43:25 +0100
committerKronikPillow <kronikpillow@gmail.com>2020-12-15 09:43:25 +0100
commit5913b6c546ca149600bf96f04b8ef5f5dacda69e (patch)
treeea441c877894f517db1baf04bce4a29387c84576 /config.h
parent0a379dcaf8937b587b306c0dc105e2dc7c675949 (diff)
fix 2nd scratchpad's name to match given rule in rules section
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 81cc6d7..b83ce70 100644
--- a/config.h
+++ b/config.h
@@ -37,7 +37,7 @@ const char *spcmd2[] = {TERMINAL, "-n", "spcalc", "-f", "monospace:size=16", "-g
static Sp scratchpads[] = {
/* name cmd */
{"spterm", spcmd1},
- {"spranger", spcmd2},
+ {"spcalc", spcmd2},
};
/* tagging */