Skip to content

window: make setQuickTileMode more sane

Xaver Hugl requested to merge work/zamundaaa/setQuickTileMode into master

...by removing the keyboard flag, moving keyboard shortcut handling into a separate method and making the position to tile the window at explicit

This also means KWin doesn't do as many intermediary changes to window geometry on output hotplugs, which may work around some clients not always reacting to no-op changes.

CCBUG: 479694

There's more to be done, especially the interactions with maximize are rather annoying, but that can be done later.

Merge request reports