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

Missing support for wayland #123

Closed negesti closed 2 months ago

negesti commented 7 years ago

At the moment wayland is not fully supported. Moving windows around should work in most cases.

Known issues: Keyboard binding Bindings used by gnome-shell are not forwarded to the extension. Adjust the binding and restart gnome-shell. Removing them from the gnome config is not enough.

Preferences The prefs window crashes with a segfault of libwnck. Until there is a proper way to get the name of all windows in wayland this is a blocker.

negesti commented 6 years ago

Check #104, #108 and #134 when starting the work on this one

dimitrypo commented 2 years ago

There is an alternative extension that does most of the things that put windows does but also works under wayland - https://github.com/velitasali/gnome-shell-extension-awesome-tiles

negesti commented 2 years ago

@dutgcom thanks for the hint. look like bindings are working with Main.wm... but the application based config relies on wnck and is not supported by awesome-tiles as far as I can tell

lostping commented 2 years ago

There is another extension that saves and restores window positions and moves windows to other monitors as well AND this also works with wayland.

https://github.com/nlpsuge/gnome-shell-extension-another-window-session-manager

They don't seem to use wnck.

negesti commented 2 months ago

Closing this, as application based config is no longer supported by this extension in gnome-shell v46