summaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorchoc <notchoc@proton.me>2023-09-15 10:36:21 +0800
committerSquibid <me@zacharyscheiman.com>2025-02-12 17:41:44 -0600
commitfb6e9304479ca3e578db697fa0e46770ccc039de (patch)
treeea6afc69da66cd2522c9c3939acbffea4441144b /config.def.h
parent46453af601d7007951caafce80148ed7ede3de3d (diff)
downloaddwl-fb6e9304479ca3e578db697fa0e46770ccc039de.tar.gz
dwl-fb6e9304479ca3e578db697fa0e46770ccc039de.tar.bz2
dwl-fb6e9304479ca3e578db697fa0e46770ccc039de.zip
implement swallow
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/config.def.h b/config.def.h
index 1222041..a2493ee 100644
--- a/config.def.h
+++ b/config.def.h
@@ -32,11 +32,11 @@ static int passthrough = 0;
/* NOTE: ALWAYS keep a rule declared even if you don't use rules (e.g leave at least one example) */
static const Rule rules[] = {
- /* app_id title tags mask isfloating monitor */
+ /* app_id title tags mask isfloating isterm noswallow monitor */
/* examples: */
- { "Gimp_EXAMPLE", NULL, 0, 1, -1 }, /* Start on currently visible tags floating, not tiled */
- { "firefox_EXAMPLE", NULL, 1 << 8, 0, -1 }, /* Start on ONLY tag "9" */
- { "^kitty_EXAMPLE$", NULL, 0, 0, -1 },
+ { "Gimp_EXAMPLE", NULL, 0, 1, 0, 0, -1 }, /* Start on currently visible tags floating, not tiled */
+ { "firefox_EXAMPLE", NULL, 1 << 8, 0, 0, 0, -1 }, /* Start on ONLY tag "9" */
+ { "foot", NULL, 0, 0, 1, 1, -1 }, /* make foot swallow clients that are not foot */
};
/* tearing */