summaryrefslogtreecommitdiff
path: root/config.def.h.orig
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2022-08-19 03:07:58 +0200
committeryuzu-eva <stevenhu@web.de>2022-08-19 03:07:58 +0200
commitb7ea9ca051b49b57c970cc40a8a22ee041248e9a (patch)
tree627463c402b8977c417ee3583cc65b78f4ebd806 /config.def.h.orig
parent103fc65ce2800e146eab1f96deef051eaef8425d (diff)
added fullgaps
Diffstat (limited to 'config.def.h.orig')
-rw-r--r--config.def.h.orig9
1 files changed, 6 insertions, 3 deletions
diff --git a/config.def.h.orig b/config.def.h.orig
index d64290f..873be77 100644
--- a/config.def.h.orig
+++ b/config.def.h.orig
@@ -3,6 +3,7 @@
/* appearance */
static const unsigned int borderpx = 1; /* border pixel of windows */
static const unsigned int snap = 32; /* snap pixel */
+static const int swallowfloating = 0; /* 1 means swallow floating windows by default */
static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */
static const char *fonts[] = { "Hack Nerd Font:size=11", "Symbola:pixelsize=11:antialias=true:autohint=true" };
@@ -26,9 +27,11 @@ 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, -1, -1 },
+ { "St", NULL, NULL, 0, 0, 1, 0, -1 },
+ { NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 }, /* xev */
};
/* layout(s) */