N1x0

Results 30 comments of N1x0

Wouls you be so kind to test if this issue is still present on the unstable branch? You can switch to it by adding ``` config.Branch = Branch.Unstable ``` To...

> I'm now on 0.9.10.34, the issue is still present. > > I can test whether I also get this on a different computer later today if that helps. Thanks...

I just remembered that there was a previous issue with Jetbrains/SunAWT programs. The `ConfigContext` even includes a filter to make sure these are not managed by workspacer to avoid flickering,...

I'm testing [here](https://github.com/workspacer/workspacer/commit/102139f2bf6bc9ef8a63f98ea3cf823c846851ea), will submit a pull request when it's ready. My current approach is to add two new properties `MaxWidth` and `BarIsTop` to `BarPluginConfig`. These are then used in...

> Since it's just a bar with a limited width attached to the taskbar, it should not take up the entire horizontal space on the bottom. Instead, it should be...

Created draft PR #222, please comment on implementation scope and features you'd deem necessary

Super old thread but here would be my #1 suggestion for laptop users that like to connect a secondary display and use that in **addition** to their laptop. This avoids...

Just wanted to add that remapping to `Win` can be difficult and introduce weird behaviour (`Win + L` is reserved for locking the screen for instance and this can only...

@sim590 releases are available on github, scoop and chocolatey, so you should be able to get it installed quite easily. If you're still experiencing this issue do let me know...

Nicely spotted, I can confirm the same behaviour when using `workspacer.Bar` but not when using just `workspacer` or `workspacer.ActionMenu` or `workspacer.FocusIndicator`. If you could maybe do some proper testing to...