aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorsinanmohd <sinan@firemail.cc>2023-09-22 18:52:59 +0530
committersinanmohd <sinan@firemail.cc>2023-09-22 19:25:20 +0530
commit95c60bf7b5ed47d8852c0698b69369558ff6846c (patch)
tree5580138e71a08d6b082375a9e68c2a5a260cdd6d /config.def.h
parent662c3b5c3c55dea5eeeb6ebad81d09b645cece4d (diff)
swallow: reimplementation after 57c70b1 by mewkl
changes: - x support - fixed to work after commit 4567979
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/config.def.h b/config.def.h
index f505aa7..d41d85f 100644
--- a/config.def.h
+++ b/config.def.h
@@ -14,11 +14,13 @@ static const float fullscreen_bg[] = {0.1, 0.1, 0.1, 1.0};
static const int tagcount = TAGCOUNT;
static const Rule rules[] = {
- /* app_id title tags mask isfloating monitor */
+ /* app_id title tags mask isfloating isterm noswallow monitor */
/* examples:
- { "Gimp", NULL, 0, 1, -1 },
+ { "Gimp", NULL, 0, 1, 0, 1, -1 },
*/
- { "firefox", NULL, 1 << 8, 0, -1 },
+ { "firefox", NULL, 1 << 8, 0, 0, 1, -1 },
+ { "foot", NULL, 0, 0, 1, 1, -1 },
+ { "wev", NULL, 0, 0, 0, 1, -1 },
};
/* layout(s) */