leukipp
leukipp
I solved the config [issue ](https://github.com/leukipp/cortile/issues/4) on the latest release (no binaries) of my fork: - https://github.com/leukipp/cortile/releases
You can try to disable **Client-Side Decorations**. (Related: https://github.com/leukipp/cortile/issues/3#issuecomment-1121535591)
I have been working on the ghost window issue and it seems much better now. Can anyone confirm that [the latest version](https://github.com/leukipp/cortile/releases) is less prone to this problem?
> I like to test it, but installation instructions from your repo just doesn't work. Either remote or local. I have updated the installation instructions. You need go v1.17, then...
> It says it is already running but it does not. I have temporary disabled the lock file on the `develop` branch. Can you check now if ```sh go install...
Which [keyboard layout](https://blog.andrewbeacock.com/2007/06/getting-right-alt-key-alt-gr-to-work-in.html) do you use, maybe it`s [related](https://github.com/blrsn/zentile/issues/27)?
I have a [new release](https://github.com/leukipp/cortile/releases/tag/v1.0.0a1) with multi monitor, window resize and hot corner support: - [https://github.com/leukipp/cortile](https://github.com/leukipp/cortile)
This is already possible, but I think the release files are outdated. It should work if you install from source code, an example how to ignore ulauncher is in the...
Related to #450 I found that `router.navigate(...);` is used https://github.com/jupyterlite/jupyterlite/blob/7b322c80125d51b393721ca0a28bf2bf432484e5/packages/application-extension/src/index.tsx#L479 [which does](https://github.com/jupyterlab/jupyterlab/blob/ea1529b6683adb692b1c9908f04d0a2cead44a9f/packages/application/src/router.ts#L80) a `history.pushState({}, '', url);`. The history stack contains then the old url (with _path_ parameter) and the new...
AFAIK there is no way to obtain the margin values caused by client side decorations (using the EWMH protocol). Therefore _cortile_ is not aware of any additional layout changes, that...