aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKronikPillow <[email protected]>2020-12-15 09:43:25 +0100
committerKronikPillow <[email protected]>2020-12-15 09:43:25 +0100
commit5913b6c546ca149600bf96f04b8ef5f5dacda69e (patch)
treeea441c877894f517db1baf04bce4a29387c84576 /config.h
parentfix #138 (diff)
downloadseiwm-5913b6c546ca149600bf96f04b8ef5f5dacda69e.tar.xz
seiwm-5913b6c546ca149600bf96f04b8ef5f5dacda69e.zip
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 */