diff options
| author | yuzu-eva <stevenhu@web.de> | 2022-08-19 18:15:40 +0200 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2022-08-19 18:15:40 +0200 |
| commit | 6716578837a7739f6b63b79bb3e8bb501ec066ba (patch) | |
| tree | 7bb112ee9b47f2d5e2f916edf85de0fca4088db3 /config.h | |
| parent | bc034ab9bdff61efbb7cd7b72a10bb33c199aba1 (diff) | |
idk dude
Diffstat (limited to 'config.h')
| -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 }, - { "kitty", NULL, NULL, 0, 0, 1, 0, -1 }, + { "St", NULL, NULL, 0, 0, 1, 0, -1 }, { NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 }, /* xev */ }; |
