diff options
author | Joe <rbo@gmx.us> | 2024-12-23 17:32:55 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-12-23 17:32:55 +0100 |
commit | 4169749f2924c0aa2bf5bff22faa1c6d5f750494 (patch) | |
tree | 5f12b07c59488aea335a614456e6f580d4f2ef1f /config.def.h | |
parent | up (diff) | |
download | dwm-4169749f2924c0aa2bf5bff22faa1c6d5f750494.tar.gz dwm-4169749f2924c0aa2bf5bff22faa1c6d5f750494.tar.bz2 dwm-4169749f2924c0aa2bf5bff22faa1c6d5f750494.tar.xz dwm-4169749f2924c0aa2bf5bff22faa1c6d5f750494.tar.zst dwm-4169749f2924c0aa2bf5bff22faa1c6d5f750494.zip |
fix
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 4f089c3..c09e0d0 100644 --- a/config.def.h +++ b/config.def.h @@ -86,6 +86,7 @@ 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, "spncmpc", NULL, SPTAG(4), 1, 1, 0, -1 }, }; /* layout(s) */ |