summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2022-08-19 13:47:15 +0200
committeryuzu-eva <stevenhu@web.de>2022-08-19 13:47:15 +0200
commite69752df64a8f0e03661be213ac38a69386496e5 (patch)
treeee3292b8ec21ffc609a19e65be86874a99a6744b /config.h
parent23bb280ffb7b451552c209dd7aca3db050865815 (diff)
changed st to kitty
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index a1d47af..362c5fb 100644
--- a/config.h
+++ b/config.h
@@ -31,7 +31,7 @@ static const Rule rules[] = {
/* 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 },
+ { "Kitty", NULL, NULL, 0, 0, 1, 0, -1 },
{ NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 }, /* xev */
};