diff options
author | joe <rbo@gmx.us> | 2025-08-21 17:00:20 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-08-21 17:00:20 +0200 |
commit | 818278631080da2cdcb66eb0f0003a1d8c06a791 (patch) | |
tree | 3da084f28d35834eaf620e00bf06c51b59dc74c1 /config.def.h | |
parent | blexed medium (diff) | |
download | dwm-818278631080da2cdcb66eb0f0003a1d8c06a791.tar.gz dwm-818278631080da2cdcb66eb0f0003a1d8c06a791.tar.bz2 dwm-818278631080da2cdcb66eb0f0003a1d8c06a791.tar.xz dwm-818278631080da2cdcb66eb0f0003a1d8c06a791.tar.zst dwm-818278631080da2cdcb66eb0f0003a1d8c06a791.zip |
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/config.def.h b/config.def.h index 96f5a54..5fb2fb5 100644 --- a/config.def.h +++ b/config.def.h @@ -34,19 +34,19 @@ typedef struct { const void *cmd; } Sp; const char *spcmd1[] = { "alacritty", "--class", "spterm", NULL }; -const char *spcmd2[] = { "alacritty", "--class", "spfm", "-e", "zsh", "-ic", "lf", NULL }; +const char *spcmd2[] = { "alacritty", "--class", "spfm", "-e", "zsh", "-ic", "lf", NULL }; const char *spcmd3[] = { "pcmanfm", NULL }; const char *spcmd4[] = { "alacritty", "--class", "spflip", "-e", "hf", NULL }; -const char *spcmd5[] = { "alacritty", "--class", "spmpd", "-e", "ncmpc", NULL }; -const char *spcmd6[] = { "alacritty", "--class", "spnews", "-e", "nb", NULL }; +const char *spcmd5[] = { "alacritty", "--class", "spnews", "-e", "zsh", "-ic", "nb", NULL }; +const char *spcmd6[] = { "alacritty", "--class", "spmpd", "-e", "ncmpc", NULL }; static Sp scratchpads[] = { /* name cmd */ {"spterm", spcmd1}, {"spfm", spcmd2}, {"spfmgui", spcmd3}, {"spflip", spcmd4}, - {"spmpd", spcmd5}, - {"spnews", spcmd6}, + {"spnews", spcmd5}, + {"spmpd", spcmd6}, }; /* tagging */ @@ -113,8 +113,8 @@ static const Rule rules[] = { { NULL, "spfm", NULL, SPTAG(1), 1, 1, 0, -1 }, { NULL, "pcmanfm", NULL, SPTAG(2), 1, 0, 0, -1 }, { NULL, "spflip", NULL, SPTAG(3), 1, 1, 0, -1 }, - { NULL, "spmpd", NULL, SPTAG(4), 1, 1, 0, -1 }, - { NULL, "spnews", NULL, SPTAG(5), 0, 1, 0, -1 }, + { NULL, "spnews", NULL, SPTAG(4), 0, 1, 0, -1 }, + { NULL, "spmpd", NULL, SPTAG(5), 1, 1, 0, -1 }, }; /* layout(s) */ |