I'm looking for a way to move windows to screen corners (top-left, top, top-right, right, bottom-right, bottom, bottom-left, left, maximize) using keyboard shortcuts on Ubuntu 18.04 (Gnome Shell 3.28.3).
What I tried that does not work:
- In settings/keyboard shortcuts, there is no way to move window to corners, only to move between screens, workspaces and whatsoever
- the "CompizConfig Settings manager" allows to enable "Grid" and to set keyboard bindings, but they don't have any effect when pressed
- before Ubuntu 18.04, I used quicktile (https://github.com/ssokolow/quicktile), but it does not work correctly anymore, also its quite bloated and stuck on Python 2
I would be ok to write a (preferably Python) script to move windows like quicktile does (which high level display library should I use for that nowadays)?