-
Notifications
You must be signed in to change notification settings - Fork 10
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
Snapped windows do not resize to "unsnapped" size when moved with gesture #13
Comments
Screencast.from.2023-10-19.13-20-27.webmI don't have that problem, because it will reset the window position before doing the snapping. Waiting other to report the same problem. or maybe you can provide me the video? |
ah, I see.. you enabled window tiling from Ubuntu 23.10, forgot what extension name it is. First try disabled that extension and see if the problem solved. The main problem is that extension use their own tiling state (not gnome default tiling), and it didn't set window as maximized (vertically) when tiling function executed. It's like just resize the window to some region without set the maximized flags. Will see the project how it implements and find some workaround about it. edit: maybe I should try to set maximized vertical to snapped window, moving window should be disabled (doing restore/unmaximize) if window have maximized flag. Will try with enable that extension for test. |
Yep, this solves the problem! Didn't realize there's a conflict there. Maybe you could just mention in the readme that other tiling extensions could cause conflicts.
That would fix it for all tiling assistants I think so that would help keeping other tiling assistants active. Ubuntu tiling assistant is actually quite good for quarter tiling on larger screens. Thank you for your help and your work on this extension! |
Can you try this fix (with tiling extension enabled)? |
Hey, sorry for the late reply. This fixes the problem but the animation is
a bit janky. The animation without the tiling assistant is perfect.
…On Tue, Oct 31, 2023 at 1:26 AM Ahmad Amarullah ***@***.***> wrote:
Can you try this fix (with tiling extension enabled)?
***@***.***
<https://github.com/amarullz/windowgestures/files/13213836/windowgestures%40extension.amarullz.com.zip>
—
Reply to this email directly, view it on GitHub
<#13 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD4IBMD7ZIX3JVF343L3B2LYCCY33AVCNFSM6AAAAAA6F42M72VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOBWG4ZDSMZRHA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
Piyush Puranik
M. S. Computer Science
|
When a window is snapped to the left or right of the screen using the 3-finger move gesture and then subsequently unsnapped with the same 3-finger move gesture, the window size does not revert to the original size.
Workaround: Dragging the window using the title bar will revert the size to original.
How to replicate:
The text was updated successfully, but these errors were encountered: