diff options
| -rw-r--r-- | config.h | 2 | ||||
| -rw-r--r-- | drw.o | bin | 0 -> 11352 bytes | |||
| -rwxr-xr-x | dwm | bin | 0 -> 69608 bytes | |||
| -rw-r--r-- | dwm.o | bin | 0 -> 58128 bytes | |||
| -rw-r--r-- | util.o | bin | 0 -> 2392 bytes |
5 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 */ }; |
