aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorPhilip Wittamore <philip@wittamore.com>2025-06-08 23:45:20 +0200
committerPhilip Wittamore <philip@wittamore.com>2025-06-08 23:45:20 +0200
commitc5bb7db6bbd0beba0dbdc98cd60cb0d3ea69e7c2 (patch)
tree16fa9433ed258a8478b985857c754445d469a8d8 /config.def.h
parenteb6d8420de7131b2c1b1269ebe0af20f82c07914 (diff)
downloaddwm-c5bb7db6bbd0beba0dbdc98cd60cb0d3ea69e7c2.tar.gz
dwm-c5bb7db6bbd0beba0dbdc98cd60cb0d3ea69e7c2.tar.bz2
dwm-c5bb7db6bbd0beba0dbdc98cd60cb0d3ea69e7c2.zip
update
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index e212393..2dfba63 100644
--- a/config.def.h
+++ b/config.def.h
@@ -32,8 +32,8 @@ static const Rule rules[] = {
/* class instance title tags mask iscentered isfloating isterminal noswallow monitor */
{ "Gimp", NULL, NULL, 0, 0, 1, 0, 0, -1 },
{ "Librewolf", NULL, NULL, 1 << 8, 0, 0, 0, 0, -1 },
- { "Kitty", NULL, NULL, 0, 0, 0, 1, 0, -1 },
- { "Orage", NULL, NULL, 0, 1, 1, 0, 1, -1 },
+ { "Kitty", NULL, NULL, 0, 0, 0, 1, 0, -1 },
+ { "Orage", NULL, NULL, 0, 0, 1, 0, 1, -1 },
{ NULL, NULL, "Event Tester", 0, 0, 0, 0, 1, -1 }, /* xev */
};