You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently using the Meta + Mouse Left BTN (move window) and Meta + Right BTN (resize window) : Removes the window from the tiling layout and leaves the window floating.
Meta + Mouse Left BTN (move window): Would be preferable if window would go back to tiled when released from the move and snap-tile to the closest boarder or swap location with the tiled window you released the one you are moving.
Meta + Right BTN (resize window): Would be preferable for the window to stay in tiled layout and change the size of the tiled window and those around it accordingly.
Example of kwin script that "accomplishes" the resizing portion: https://store.kde.org/p/1112552
Add a Shortcut option to tile/un-tile all windows on current desktop.
The text was updated successfully, but these errors were encountered:
Hold shift to place windows back in the layout. The new version of the script (v1.0) no longer hooks into frameGeometryChanged but instead into tileChanged, which is better overall for stability but there is no longer any chance this feature will be implemented. See https://zeroxoneafour.github.io/polonium/faq.html
Resizing tiled windows seems to work with moving the layout around, but I may have to do some debugging to get it consistent with the script. I'll look into this.
Currently using the Meta + Mouse Left BTN (move window) and Meta + Right BTN (resize window) : Removes the window from the tiling layout and leaves the window floating.
Example of kwin script that "accomplishes" the resizing portion: https://store.kde.org/p/1112552
The text was updated successfully, but these errors were encountered: