Zwei

Results 6 comments of Zwei

Got something similar to what's described working on 2 monitors with 3 workspaces each using `StickyWorkspaceContainer`: ```csharp Action doConfig = (context) => { var monitors = context.MonitorContainer.GetAllMonitors(); context.AddBar(); context.AddFocusIndicator(); var...

Was also having this problem but tried to diagnose it and got a little headway: I'm using a [modification](https://github.com/Zweihander-Main/zwei-zeta-zsh-theme) of the [OMZ zeta theme](https://github.com/skylerlee/zeta-zsh-theme). The relevant code is something like:...

Also have had this problem for a bit but just [got to creating a reproduction](https://codesandbox.io/p/sandbox/minimal-repro-plasmo-bg-bug-89xj25). When using the `src` dir, this happens with either a `background/index.ts` or `background.ts` structure. When...

Update: cracked it on my end. On both the repro above and my own project, the `package.json` had a `"main": "index.js"` line which when removed, eliminated the problem.

Same problem for around the last 1-2 weeks, same setup (`arch`/`alacritty`/`dwm`) -- also occured using `stpv`, `st` terminal, and switching package from `ueberzug` to AUR `ueberzugpp`. Workarounds which worked: -...

Same issue here and also fixed by the same patch -- https://github.com/danjujan/home-manager/commit/0d0b3333f8ed55db1a9984d4bf166663d19f1ddc FYI -- also added `findutils` into the `envPath` binary list in that patch. The `psd-resync` service gave me...