fix 2nd scratchpad's name to match given rule in rules section

This commit is contained in:
KronikPillow 2020-12-15 09:43:25 +01:00
parent 0a379dcaf8
commit 5913b6c546
No known key found for this signature in database
GPG key ID: 1C4FEE76066988DE

View file

@ -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 */