commit 0344acbc03b2bb66f7108cb3ced831b8b676ef83
parent e9d2d3185d5461c6156220adc97de4229b379bfe
Author: grouse <bdmfegys@duck.com>
Date: Tue, 5 Dec 2023 19:26:49 -0500
update config.def.h
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/config.def.h b/config.def.h
@@ -31,9 +31,9 @@ typedef struct {
const char *name;
const void *cmd;
} Sp;
-const char *spcmd1[] = {"st", "-n", "spterm", "-g", "144x41", NULL };
-const char *spcmd2[] = {"st", "-n", "spfm", "-g", "144x41", "-e", "ranger", NULL };
-const char *spcmd3[] = {"st", "-n", "upgrader", "-g", "144x41", "-e", "upgrader", NULL };
+static const char *spcmd1[] = {"st", "-n", "spterm", "-g", "144x41", NULL };
+static const char *spcmd2[] = {"st", "-n", "spfm", "-g", "144x41", "-e", "ranger", NULL };
+static const char *spcmd3[] = {"st", "-n", "upgrader", "-g", "144x41", "-e", "upgrader", NULL };
static Sp scratchpads[] = {
/* name cmd */
{"spterm", spcmd1},