Lars Berger

Results 209 comments of Lars Berger

Also running into this error when running `roslynator analyze -v diag`. **Environment:** Windows 10 Build 19044 .NET Core SDK v6.0.202 Error log ``` Msbuild failed when processing the file 'C:\Users\larsb\repos\glazewm-net-6\GlazeWM.Domain\GlazeWM.Domain.csproj'...

Fully agree that the way that full-screen and maximized windows are handled right now isn't ideal. Currently full-screen windows are initialized as floating, and maximized windows, like you mentioned, are...

I'm a little bit torn on whether to incorporate this config into GlazeWM - it feels a little weird IMO to pull in the config from another WM. A few...

Huh, that's very strange. Could you send `C:\Users\\.glaze-wm\errors.log`? It could be an error related to the user config, but that'd normally show an error dialog. Just in case, could you...

The underlying framework used for the project used to be quite outdated and has now been upgraded to .NET 6 in the [latest release](https://github.com/lars-berger/GlazeWM/releases). Not sure whether this will actually...

Hey, this is seriously cool. Thanks for putting this together 👍 Personally running 2 monitors and it's working great. However, my concern is that it's not as useful in different...

Hey, thanks for pointing this out! The very first crash at 18:11:08 actually seems different than the rest of the following crashes. I've got a fix ready for the ones...

Put out a [new release](https://github.com/lars-berger/GlazeWM/releases) that should fix the crash on boot and improve error logging. I'm trying to reproduce the initial crash with Playnite, but I'm not too sure...

Ah no worries, I'm glad it's resolved 👍 When multiple matching criteria are put together, it'll target a window more precisely. For example, `match_process_name: /Taskmgr/` and `match_class_name: "Qt631QWindowIcon"` will only...

I agree forceful exits should be handled better - there shouldn't be a need to use a 3rd party tool to handle these shortcomings. Killing the WM via Task Manager...