aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorPhilip Wittamore <philip@wittamore.com>2025-06-03 15:40:37 +0200
committerPhilip Wittamore <philip@wittamore.com>2025-06-03 15:40:37 +0200
commitd861b36018e978de024586f8a0a095a07f29ebf2 (patch)
treed1f401930825383c8dbbaf6ae70def988c8739b6 /config.def.h
parent9473946e6ce11ca360621bad7beac3dd41b9038e (diff)
downloaddwm-d861b36018e978de024586f8a0a095a07f29ebf2.tar.gz
dwm-d861b36018e978de024586f8a0a095a07f29ebf2.tar.bz2
dwm-d861b36018e978de024586f8a0a095a07f29ebf2.zip
update
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/config.def.h b/config.def.h
index 34f7b90..675c740 100644
--- a/config.def.h
+++ b/config.def.h
@@ -29,11 +29,12 @@ static const Rule rules[] = {
* WM_CLASS(STRING) = instance, class
* WM_NAME(STRING) = title
*/
- /* 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 },
- { "Ghostty", NULL, NULL, 0, 0, 1, 0, -1 },
- { NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 }, /* xev */
+ /* class instance title tags mask iscentered isfloating isterminal noswallow monitor */
+ { "Gimp", NULL, NULL, 0, 0, 1, 0, 0, -1 },
+ { "Firefox", NULL, NULL, 1 << 8, 0, 0, 0, -1, -1 },
+ { "Ghostty", NULL, NULL, 0, 0, 0, 1, 0, -1 },
+ { "orage", NULL, NULL, 0, 1, 1, 0, 1, -1 },
+ { NULL, NULL, "Event Tester", 0, 0, 0, 0, 1, -1 }, /* xev */
};
/* layout(s) */