diff options
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) */ |