Re: [dev] [dwm] possible regression in 8806b6e

2022-04-23 Thread Sebastian LaVine
On Sat Apr 23, 2022 at 4:28 AM EDT, Chris Down wrote: > Sebastian LaVine writes: > >I believe this is known unintended behavior from the patch. I reverted it on > >my personal branch. > > It looks like you reverted commit bece862a0fc4 ("manage: For > isfloating/oldstate check/set, ensure trans cl

Re: [dev] Bye

2022-04-23 Thread Hiltjo Posthuma
On Sat, Apr 23, 2022 at 12:06:16PM +0200, Olivier Regnier wrote: > > This page describes how to unsubscribe: https://suckless.org/community/ -- Kind regards, Hiltjo

Re: [dev] Bye

2022-04-23 Thread NRK
On Sat, Apr 23, 2022 at 12:06:16PM +0200, Olivier Regnier wrote: > > NOOOoo, don't leave! :( - NRK

[dev] Bye

2022-04-23 Thread Olivier Regnier

[dev]

2022-04-23 Thread Olivier Regnier

[dev]

2022-04-23 Thread Olivier Regnier

Re: [dev] [dwm] possible regression in 8806b6e

2022-04-23 Thread Chris Down
Sebastian LaVine writes: I believe this is known unintended behavior from the patch. I reverted it on my personal branch. It looks like you reverted commit bece862a0fc4 ("manage: For isfloating/oldstate check/set, ensure trans client actually exists"), not this commit, right?[0] In which c

Re: [dev] [dwm] possible regression in 8806b6e

2022-04-23 Thread Chris Down
Hi Ethan, Just checking, are you sure this bisects to 8806b6e23793 ("manage: propertynotify: Reduce cost of unused size hints")? I saw this issue prior to making this patch and bisected to bece862a0fc4 ("manage: For isfloating/oldstate check/set, ensure trans client actually exists"). I repor

Re: [dev] [dwm] possible regression in 8806b6e

2022-04-23 Thread Hiltjo Posthuma
On Sat, Apr 23, 2022 at 12:39:28AM +0100, Ethan Marshall wrote: > 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 do