aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/dwm/config.h
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2020-06-06 19:56:41 -0700
committerNicholas Noll <nbnoll@eml.cc>2020-06-06 19:56:41 -0700
commit4e0318919dd726f485ea3a495ff0989f69f35630 (patch)
treeff22628bcaa163881afad87fc2501d5dffa43be2 /sys/cmd/dwm/config.h
parent186fe25ab798fe559be242dbe2eaff8e553c4e06 (diff)
hand added swallow patch
Diffstat (limited to 'sys/cmd/dwm/config.h')
-rw-r--r--sys/cmd/dwm/config.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/cmd/dwm/config.h b/sys/cmd/dwm/config.h
index 3e950ba..47ee371 100644
--- a/sys/cmd/dwm/config.h
+++ b/sys/cmd/dwm/config.h
@@ -5,7 +5,7 @@
static uint borderpx = 1; /* border pixel of windows */
static uint gapx = 4; /* gaps between windows */
static uint snap = 32; /* snap pixel */
-static int swallowfloating = 1; /* will swallow floating by default */
+static int swallowfloating = 0; /* 1 will swallow floating by default */
static int showbar = 1; /* 0 means no bar */
static int topbar = 1; /* 0 means bottom bar */
static char *fonts[] = { "consolas:size=14" };
@@ -30,10 +30,10 @@ static Rule rules[] = {
* WM_CLASS(STRING) = instance, class
* WM_NAME(STRING) = title
*/
- /* class instance title tags mask isfloating isterminal noswallow monitor */
- { "Gimp", nil, nil, 0, 1, 0, 0, -1 },
- { "Firefox", nil, nil, 1 << 8, 0, 0, 01, -1 },
- { "term", nil, nil, 0, 0, 0, 1, -1 },
+ /* class instance title tags mask isfloating isterminal noswallow monitor */
+ { "Gimp", nil, nil, 0, 1, 0, 0, -1 },
+ { "qutebrowser", nil, nil, 1 << 8, 0, 0, -1, -1 },
+ { "term", nil, nil, 0, 0, 0, -1, -1 },
};
/* layout(s) */