diff options
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/config.def.h b/config.def.h index 35d3986..9eb82e5 100644 --- a/config.def.h +++ b/config.def.h @@ -35,10 +35,11 @@ static const Rule rules[] = { * WM_CLASS(STRING) = instance, class * WM_NAME(STRING) = title */ - /* class instance title tags mask isfloating monitor scratchpad exec */ - { "st", "sp-shell", NULL, SPTAG(0), 1, -1, NULL }, - { "st", "sp-pythn", NULL, SPTAG(1), 1, -1, "ipython3" }, - { "st", "sp-mixer", NULL, SPTAG(2), 1, -1, "alsamixer" }, + /* class instance title tags mask isfloating isterminal noswallow monitor scratchpad exec */ + { "st", "sp-shell", NULL, SPTAG(0), 1, 1, 1, -1, NULL }, + { "st", "sp-pythn", NULL, SPTAG(1), 1, 1, 1, -1, "ipython3" }, + { "st", "sp-mixer", NULL, SPTAG(2), 1, 1, 1, -1, "alsamixer" }, + { "st", NULL, NULL, 0, 0, 1, 1, -1, NULL }, }; /* layout(s) */ |