From 5388c48ef5fff3f70dd7ff3d09bfe1cf26ff5e9e Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Sat, 9 Jul 2022 14:17:34 +0530 Subject: addition of stfloat class --- config.h | 1 + dwm | Bin 85160 -> 85160 bytes dwm.o | Bin 77672 -> 77728 bytes 3 files changed, 1 insertion(+) diff --git a/config.h b/config.h index b0841ba..a7f64ad 100644 --- a/config.h +++ b/config.h @@ -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 */ }; diff --git a/dwm b/dwm index 54fc859..b04ad60 100755 Binary files a/dwm and b/dwm differ diff --git a/dwm.o b/dwm.o index 83b8828..870351d 100644 Binary files a/dwm.o and b/dwm.o differ -- cgit v1.2.3