From 5913b6c546ca149600bf96f04b8ef5f5dacda69e Mon Sep 17 00:00:00 2001 From: KronikPillow Date: Tue, 15 Dec 2020 09:43:25 +0100 Subject: [PATCH] fix 2nd scratchpad's name to match given rule in rules section --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */