diff options
author | KronikPillow <kronikpillow@gmail.com> | 2020-12-15 09:43:25 +0100 |
---|---|---|
committer | KronikPillow <kronikpillow@gmail.com> | 2020-12-15 09:43:25 +0100 |
commit | 5913b6c546ca149600bf96f04b8ef5f5dacda69e (patch) | |
tree | ea441c877894f517db1baf04bce4a29387c84576 /config.h | |
parent | 0a379dcaf8937b587b306c0dc105e2dc7c675949 (diff) |
fix 2nd scratchpad's name to match given rule in rules section
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |