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 | |
| parent | bc034ab9bdff61efbb7cd7b72a10bb33c199aba1 (diff) | |
idk dude
| -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 */ }; |
