aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2025-09-07 01:21:11 +0200
committerJoe <rbo@gmx.us>2025-09-07 01:21:11 +0200
commitdf44bdf32fe8be0dc1700d7e9d88fb9ed1ebc375 (patch)
treee0f8ab07b7abd12ef587f0d3165d86c500f4962a
parentup (diff)
downloaddwm-df44bdf32fe8be0dc1700d7e9d88fb9ed1ebc375.tar.gz
dwm-df44bdf32fe8be0dc1700d7e9d88fb9ed1ebc375.tar.bz2
dwm-df44bdf32fe8be0dc1700d7e9d88fb9ed1ebc375.tar.xz
dwm-df44bdf32fe8be0dc1700d7e9d88fb9ed1ebc375.tar.zst
dwm-df44bdf32fe8be0dc1700d7e9d88fb9ed1ebc375.zip
scratchs
-rw-r--r--config.def.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/config.def.h b/config.def.h
index 4ceb7c8..1b78e43 100644
--- a/config.def.h
+++ b/config.def.h
@@ -33,16 +33,16 @@ typedef struct {
const char *name;
const void *cmd;
} Sp;
-const char *spcmd1[] = { "alacritty", "--class", "spterm1", NULL };
-const char *spcmd2[] = { "alacritty", "--class", "spterm2", NULL };
-const char *spcmd3[] = { "alacritty", "--class", "spnews", "-e", "zsh", "-ic", "nb", NULL };
-const char *spcmd4[] = { "alacritty", "--class", "spmpd", "-e", "ncmpc", NULL };
+const char *spcmd1[] = { "alacritty", "--class", "spnews", "-e", "zsh", "-ic", "nb", NULL };
+const char *spcmd2[] = { "alacritty", "--class", "spmpd", "-e", "ncmpc", NULL };
+const char *spcmd3[] = { "alacritty", "--class", "spterm1", NULL };
+const char *spcmd4[] = { "alacritty", "--class", "spterm2", NULL };
static Sp scratchpads[] = {
/* name cmd */
- {"spterm1", spcmd1},
- {"spterm2", spcmd2},
- {"spnews", spcmd3},
- {"spmpd", spcmd4},
+ {"spnews", spcmd1},
+ {"spmpd", spcmd2},
+ {"spterm1", spcmd3},
+ {"spterm2", spcmd4},
};
/* tagging */
@@ -105,10 +105,10 @@ static const Rule rules[] = {
{ "Vmware", NULL, NULL, 1 << 3, 0, 0, 0, 2 },
{ "teams-for-linux", NULL, NULL, 0, 0, 0, 0, 1 },
{ "thunderbird", NULL, NULL, 1 << 2, 0, 0, 0, 1 },
- { NULL, "spterm1", NULL, SPTAG(0), 0, 0, 0, -1 },
- { NULL, "spterm2", NULL, SPTAG(1), 0, 0, 0, -1 },
- { NULL, "spnews", NULL, SPTAG(2), 0, 1, 0, -1 },
- { NULL, "spmpd", NULL, SPTAG(3), 0, 1, 0, -1 },
+ { NULL, "spnews", NULL, SPTAG(0), 0, 1, 0, -1 },
+ { NULL, "spmpd", NULL, SPTAG(1), 0, 1, 0, -1 },
+ { NULL, "spterm1", NULL, SPTAG(2), 0, 0, 0, -1 },
+ { NULL, "spterm2", NULL, SPTAG(3), 0, 0, 0, -1 },
};
/* layout(s) */