summaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorSkullheadx <admonty1@protonmail.com>2026-05-01 09:56:34 -0400
committerSkullheadx <admonty1@protonmail.com>2026-05-01 09:56:34 -0400
commit490fed422a7c20f4d6fecc6fa0c2b95341520a03 (patch)
tree75d8247f99bbaa9a8a09e8652e10851439c9b4dd /config.def.h
parentscratchpad (diff)
downloaddwm-490fed422a7c20f4d6fecc6fa0c2b95341520a03.tar.gz
dwm-490fed422a7c20f4d6fecc6fa0c2b95341520a03.tar.bz2
dwm-490fed422a7c20f4d6fecc6fa0c2b95341520a03.zip
swallow
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/config.def.h b/config.def.h
index 1b850db..ab7d351 100644
--- a/config.def.h
+++ b/config.def.h
@@ -26,9 +26,10 @@ static const Rule rules[] = {
* WM_CLASS(STRING) = instance, class
* WM_NAME(STRING) = title
*/
- /* class instance title tags mask isfloating monitor */
- { "Gimp", NULL, NULL, 0, 1, -1 },
- { "Firefox", NULL, NULL, 1 << 8, 0, -1 },
+ /* class instance title tags mask isfloating isterminal noswallow monitor */
+ { "Gimp", NULL, NULL, 0, 1, 0, 0, -1 },
+ { "Firefox", NULL, NULL, 1 << 8, 0, 0, 0, -1 },
+ { "st", NULL, NULL, 0, 0, 1, 1, -1 },
};
/* layout(s) */