diff options
| author | yuzu-eva <stevenhu@web.de> | 2022-08-19 13:47:15 +0200 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2022-08-19 13:47:15 +0200 |
| commit | e69752df64a8f0e03661be213ac38a69386496e5 (patch) | |
| tree | ee3292b8ec21ffc609a19e65be86874a99a6744b | |
| parent | 23bb280ffb7b451552c209dd7aca3db050865815 (diff) | |
changed st to kitty
| -rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ }; |
