aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorDmitry Zakharchenko <dmitz@disroot.org>2023-01-05 14:57:48 +0200
committersinanmohd <pcmsinan@gmail.com>2023-03-12 15:02:27 +0530
commit2b762d51db37f09e0c2b55f25f09adba830309bc (patch)
treeece786072dfeb47936d84aaf31b5d6e24930a3b7 /config.def.h
parent9f69479d70978ca59768b8c1340c821f61c75ba2 (diff)
swallow: sync with 0.4
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.def.h b/config.def.h
index adcd7d7..46b6459 100644
--- a/config.def.h
+++ b/config.def.h
@@ -12,11 +12,11 @@ static const float fullscreen_bg[] = {0.1, 0.1, 0.1, 1.0};
static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
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 },
};
/* layout(s) */