commit ae49e2492864ad7046d6dada5473ab3be1e581b2
parent d36c19e426c4d9ea35084484a8d8373df3edae1c
Author: grouse <bdmfegys@duck.com>
Date: Sun, 3 Mar 2024 21:23:47 -0500
fix indentation of config.def.h scratchpads
Diffstat:
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/config.def.h b/config.def.h
@@ -37,11 +37,11 @@ char upgradescript[] = "upgrader"; /* upgrade script */
char musicterm[] = "vimpc"; /* tui music player scratchpad */
char termtop[] = "htop"; /* htop scratchpad */
-static const char *spcmd1[] = {"birdterm", "-n", "spterm", "-g", "144x41", }; /* regular terminal scratchpad */
-static const char *spcmd2[] = {"birdterm", "-n", "spfm", "-g", "144x41", "-e", termfm, }; /* file manager scratchpad */
-static const char *spcmd3[] = {"birdterm", "-n", "upgrader", "-g", "144x41", "-e", upgradescript, }; /* upgrade script, change if your script is named differently */
-static const char *spcmd4[] = {"birdterm", "-n", "musicterm", "-g", "144x41", "-e", musicterm, };
-static const char *spcmd5[] = {"birdterm", "-n", "termtop", "-g", "144x41", "-e", termtop, };
+static const char *spcmd1[] = {"birdterm", "-n", "spterm", "-g", "144x41", }; /* regular terminal scratchpad */
+static const char *spcmd2[] = {"birdterm", "-n", "spfm", "-g", "144x41", "-e", termfm, }; /* file manager scratchpad */
+static const char *spcmd3[] = {"birdterm", "-n", "upgrader", "-g", "144x41", "-e", upgradescript, }; /* upgrade script, change if your script is named differently */
+static const char *spcmd4[] = {"birdterm", "-n", "musicterm", "-g", "144x41", "-e", musicterm, };
+static const char *spcmd5[] = {"birdterm", "-n", "termtop", "-g", "144x41", "-e", termtop, };
static Sp scratchpads[] = {
/* name cmd */
{"spterm", spcmd1},