diff options
author | joe <rbo@gmx.us> | 2025-08-28 10:18:23 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-08-28 10:18:23 +0200 |
commit | e05579c0b26e301c85d8f0ddc4043fa5b74bb6db (patch) | |
tree | 75e95fab5ff22c6a7d42edc1733f8ff210cf23ac | |
parent | up (diff) | |
download | dwm-e05579c0b26e301c85d8f0ddc4043fa5b74bb6db.tar.gz dwm-e05579c0b26e301c85d8f0ddc4043fa5b74bb6db.tar.bz2 dwm-e05579c0b26e301c85d8f0ddc4043fa5b74bb6db.tar.xz dwm-e05579c0b26e301c85d8f0ddc4043fa5b74bb6db.tar.zst dwm-e05579c0b26e301c85d8f0ddc4043fa5b74bb6db.zip |
zsh
-rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 1520a92..32a7e8e 100644 --- a/config.def.h +++ b/config.def.h @@ -36,7 +36,7 @@ typedef struct { const char *spcmd1[] = { "alacritty", "--class", "spterm", 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 *spcmd4[] = { "alacritty", "--class", "spflip", "-e", "zsh", "-ic", "hf", NULL }; const char *spcmd5[] = { "alacritty", "--class", "spnews", "-e", "zsh", "-ic", "nb", NULL }; const char *spcmd6[] = { "alacritty", "--class", "spmpd", "-e", "ncmpc", NULL }; static Sp scratchpads[] = { |