-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrating functionalities from GNOME Gesture Improvements to WindowGestures #3
Comments
It's main idea actually from Gesture Improvements but implementing from scratch. I don't know about workspace gestures, still don't want messing around with existing gnome gestures. But maybe if I can get cleaner workaround, I will try to implementing it. |
Does this require anything extra like the daemon similar to Gesture Improvements ? Or is this just an extension without any extra requirements ? Reason I am asking is because I am a Distro Maintainer XeroLinux and currently looking to replace Gesture Improvements since it's unmaintained now. Maybe more information on the Readme ? Thanks |
Currently it support only in wayland (I don't think it will work ootb with X11) It's only use official gnome-js APIs https://gjs-docs.gnome.org/ |
Oh only Wayland. Ok thanks. Any plans for X11 ? I know it's a dying project but some still use it for compatibility until Wayland is fully mature .. |
I will try X11, but I think It will need gnome-x11-gesture-daemon, because even gnome default gestures will not works in X11 without it. Edit: |
I already have that in my Distro due to the other Extension.. Yeah I know not yet compatible.. Hence why am asking. But they say they support it on This Post |
That extension not work with ubuntu 23.10 beta. not extension but |
Well am on Arch will wait n see.. thanks for the hard work ;) |
The pinch feature is needed most for me. I often use three finger pinch to close windows. Hope to see it. |
I think the best way to implementing it (if I can implement the pinch) is implementing pinch to keyboard shortcut, so user can customize it as they want.
|
To be honest I do not use it myself I prefer a regular external mouse (Trackball). I include it on my Distribution to satisfy those who like it and prefer it. |
Can you open new issue for pinch?. On progress adding it. Because it was just subset of Gesture Improvement featues.
|
Looking good.. I wait for X11 support once that's done will test it then add it to my Distro.. Great job.. |
- Implements pinch actions - Update keypress handler - Add pinch scale config - Add pinch enable/disable config
Pinch Pre-Release https://github.com/amarullz/windowgestures/releases/tag/2.1-pre3 |
@amarullz Can you add setting to show notification list or quick settings toggle on pinch ? |
already in pinch action. see pre3 release |
great! also, can you add a toggle to disable fullscreening window if already maximized ? again something that I had raised a PR for on gnome-gesture-improvements :( |
Also, while I like the move window around using gesture, is it possible to support snapping to left / right on a gesture down then to the side like gnome-gesture-improvements ? |
Also, the way gnome-gesture-improvements implemented the switch windows using horizontal swipes by showing the alt tab style list of windows was quite nice and similar to how Windows does it. |
I think I have created issues for all the features of gnome-gesture-improvements that I was aware of, |
Is there in GNOME extensions page this WindowGestures tool? |
https://extensions.gnome.org/extension/6343/window-gestures/ Still in ver 2. I want to add more features,config & bug fixes before next ext submit. |
I think beta3 already implement majority gesture Improvements features. https://github.com/amarullz/windowgestures/releases/tag/3.0-beta3 Inform me if there is more interesting/useful features that missing. |
Thanks a lot for the very nice work. Perhaps the possibility of tiling the window on the left-right half of the screen would be nice (3-finger swipe down-left/right in the old gesture-improvements extension) |
Already implemented. Swipe 4 finger up then left/right (4 fingers can be swapped with 3 fingers). Also take a look extension settings, you have many configurations for your needs. |
Will X11 support be looked into? |
Is it possible to migrate the features of the unmaintained GNOME Gesture Improvements project to this one?
The text was updated successfully, but these errors were encountered: