Leleat / Tiling-Assistant

An extension which adds a Windows-like snap assist to GNOME. It also expands GNOME's 2 column tiling layout.
GNU General Public License v2.0
1.14k stars 64 forks source link

MoveHandler: Ignore unused mods for determining the MoveModes #340

Closed Leleat closed 6 months ago

Leleat commented 6 months ago

The default move mode is activated when no modifer key is pressed. That may be to restrictive however because the Super key is used when the user wants a window to span multiple tiles. So instead now fallback to the default move mode, only if used modifier keys aren't pressed.

Fixes https://github.com/Leleat/Tiling-Assistant/issues/339