Hi all, I recently noticed that certain dialog windows (such as the Chromium system printing dialog and gpg-askpass popups) were being managed as tiled windows, rather than floating. This changed recently, so I bisected down to this commit:
8806b6e2379372900e3d9e0bf6604bc7f727350b is the first bad commit commit 8806b6e2379372900e3d9e0bf6604bc7f727350b Author: Chris Down <ch...@chrisdown.name> Date: Thu Mar 17 15:56:13 2022 +0000 manage: propertynotify: Reduce cost of unused size hints ... dwm/dwm.c | 8 +++++--- Is this intended behavior? Or is this a bug introduced by this patch? Thanks Ethan