https://bugs.kde.org/show_bug.cgi?id=464611
Alexandre Pereira <pereira.a...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pereira.a...@gmail.com --- Comment #3 from Alexandre Pereira <pereira.a...@gmail.com> --- You can already do this if you add a third zone that uses all vertical space. Then when moving the window, you can point more or less to the middle and see the placement. See for example, my layout from ~/.config/kwinrc, which uses this feature both vertically and horizontally: ``` tiles={"layoutDirection":"horizontal","tiles":[{"layoutDirection":"floating","tiles":[{"height":0.48,"width":0.5,"x":0,"y":0},{"height":0.48,"wi dth":0.5,"x":0,"y":0.52},{"height":1,"width":0.5,"x":0,"y":0},{"height":0.48,"width":0.62,"x":0,"y":0},{"height":0.48,"width":0.62,"x":0,"y":0.5 2},{"height":1,"width":0.62,"x":0,"y":0},{"height":0.48,"width":0.5,"x":0.5,"y":0},{"height":0.48,"width":0.5,"x":0.5,"y":0.52},{"height":1,"wid th":0.5,"x":0.5,"y":0},{"height":0.48,"width":0.38,"x":0.62,"y":0},{"height":0.48,"width":0.38,"x":0.62,"y":0.52},{"height":1,"width":0.38,"x":0 .62,"y":0}],"width":1}]} ``` -- You are receiving this mail because: You are watching all bug changes.