Thomas Stilwell
Thomas Stilwell
Can you try using lowercase? I hit this bug too and looked in to it. I get capitalized class names from `xprop WM_CLASS` but in bismuth console output they're lowercase....
Actually the problem is that kwin gives a `frameGeometryChanged` signal right before the `screenChanged` signal and we're currently handling the `frameGeometryChanged` signal by forcing the window back to its tiled...
Indeed that one line is the problem. KWin changes a window's size before moving it between screens, so we can't react to a geometry change by always changing it back.
I really like this idea of having an out-of-the-box behavior that gives the user the same experience they're familiar with until they activate a hotkey. I added a "float new...
This seems a likely duplicate of #370 although wayland might need different treatment. There's a fix in that thread but I haven't tested on wayland.
@DashieTM can you confirm that the fix in #370 doesn't work on wayland?
I'm not sure it's the right way to fix it but I'm looking in to it. Somehow I only discovered Bismuth this morning so I'm still catching up.
I'm able to reproduce this bug with: ``` urxvt v9.30 bismuth master kwin 5.25.0 ``` I'm not able to reproduce it on my local master branch benemorius@048a71830d29c4128d6cf0d4f8bc50b61d515805 . I don't...
@xpufx @krshrimali can you test benemorius@e35a3e0e445959c671a2e6a1f281c77a4c5785e7
Yes you can change it there if you don't want to compile and install from git. Restarting kwin is sufficient like `kwin --replace` but also relogging works.