negesti / gnome-shell-extensions-negesti

An gnome-shell extension that makes window movement a lot easier.
GNU General Public License v3.0
287 stars 46 forks source link

Moving from corner to edge doesn't size properly #128

Closed Zedbloc closed 7 years ago

Zedbloc commented 7 years ago

If I use the shortcut to move a window to the top left corner ("Move to top left corner"):

put-window_01

And then I use the keyboard shortcut to move that window to fill that same side ("Move to left"), the window's width is set to the "West width - Second" width.

put-window_02

put-window_03

Is there a setting that I'm missing so that when I move a window from the corner to the side, the window will have the "West width - First" width?

negesti commented 7 years ago

There is no such option. Before moving a window the extension calculates the current width/height and checks which configuration is the "nearest" and resizes it to the next configured size.