aboutsummaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorJustin Gassner <justin.gassner@mailbox.org>2023-03-19 18:24:42 +0100
committerJustin Gassner <justin.gassner@mailbox.org>2024-03-21 18:32:32 +0100
commit28cbda9460c0e1bd900d1ce502a1233de1dc2a0b (patch)
treed828c4fb731a2c72da1d9f5c3ac9a8b364f5fb33 /config.def.h
parent061e9fe9a7db396c0c4f3d996c3908fb43a6d50c (diff)
downloaddwm-center.tar.zst
applied suckless.org center patchcenter
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 9efa774..d208939 100644
--- a/config.def.h
+++ b/config.def.h
@@ -26,9 +26,9 @@ 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 iscentered isfloating monitor */
+ { "Gimp", NULL, NULL, 0, 0, 1, -1 },
+ { "Firefox", NULL, NULL, 1 << 8, 0, 0, -1 },
};
/* layout(s) */