Replies: 3 comments 7 replies
|
I have the ALT+CTRL+DRAG shortcut where it will fill multiple zones that share a border if you drop between zones. Would this be an extension of that? |
2 replies
|
The zone spanning feature works really well with the mouse, but can it also work with keyboard shortcuts? For example, meta+alt+shift+right moves the window to the right... can adding the ctrl modifier make it instead grow the window into the adjacent zone to the right? yes I realize only a piano virtuoso can play that chord :) |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Description
In FancyZones, theres a modifier key that allows dragging a window across multiple zones to snap it to the sum of all of them. I've been trying to find a KDE Plasma tiler/zone tool that has this, and so far this is the most promising in every other aspect.
Dragging a window while holding the modifier should "paint" the tiles, so its possible to start on a central tile, hold the modifier, drag the window down to make it cover that tile, drag the window up to make it cover that tile as well, then let the mouse button go to have it snap to the sum of all selected tiles.
Non-rectangular selection can be accomplished by potentially selecting tiles above/below the tile which is currently being "painted" with a selection to keep it rectangular, tho this is not a full solution. I never had a FancyZones layout complex enough to require this, so i dont recall its behaviour in this case, and i can't find it in the documentation
Problem it Solves
This allows for sort of ad-hoc layouts built from smaller tiles. Its very useful for cases where i sometimes want multiple small and sometimes one larger window at the same area.
The way the "painting" of selections works is relatively important for the speed and ease of use. For example, before finding this, i tried MouseTiler, and while it does have a drag to span it has 2 major usability issue for me:
Alternatives Considered
Note that there have been multiple feature requests against Plasma directly to add this to their built-in tiling mode (the one with the overlay editor)
Checklist
All reactions