mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
Electron applications not respecting Windows border conventions are not correctly placed #26
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @LGUG2Z on GitHub (Sep 13, 2021).
Originally assigned to: @LGUG2Z on GitHub.
Some Electron applications such as Spotify and Discord do not respect the Windows invisible border conventions, and instead find a way to push the client area to draw over the invisible borders, essentially removing the invisible borders by drawing over them.
This means that by default,
komorebiis placing them in an incorrect position which is off by the default invisible border offset:A
komorebiccommand should be added to identify these applications so that the invisible border removal logic when positioning windows can be skipped conditionally based on what the user has configured.