diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2022-07-09 14:17:34 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2022-07-09 14:17:34 +0530 |
commit | 5388c48ef5fff3f70dd7ff3d09bfe1cf26ff5e9e (patch) | |
tree | 7e8c5aceb05a5df27d541431001db3cf7c455c20 | |
parent | fb54e5c6e95c78f7dc47a9b009560464657db162 (diff) |
addition of stfloat class
-rw-r--r-- | config.h | 1 | ||||
-rwxr-xr-x | dwm | bin | 85160 -> 85160 bytes | |||
-rw-r--r-- | dwm.o | bin | 77672 -> 77728 bytes |
3 files changed, 1 insertions, 0 deletions
@@ -43,6 +43,7 @@ static const Rule rules[] = { { NULL, NULL, "Spotify", 1 << 8, 0, 0, 0, -1 }, { "St", NULL, NULL, 0, 0, 1, 0, -1 }, { "st-256color", NULL, NULL, 0, 0, 1, 0, -1 }, + { "stfloat", NULL, NULL, 0, 1, 1, 0, -1 }, { NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 }, /* xev */ }; |