Open shade-belisar opened 4 months ago
Can you try increasing the preview distance? The default is 25 pixels, and that might be too granular for finger-dragging.
I went all the way up to 150, makes no difference.
can you make a video of your issue? and give me some debug logs. I'll try to track down the issue, but I'm on vacation right now.
https://github.com/GrylledCheez/wintile-beyond/assets/21172799/667bf404-dc41-43fb-90de-6b5c0f4075be Here is a video of the problem. What I did in it:
How would I have to go about acquiring those debug logs?
Also: No need to stress yourself on vacation, this is by no means urgent. It would just be nice.
for one, try lowering your delay. that won't even try to tile until after 0.4 seconds (400 ms)
On Thu, Jun 20, 2024, 22:15 Shade @.***> wrote:
https://github.com/GrylledCheez/wintile-beyond/assets/21172799/667bf404-dc41-43fb-90de-6b5c0f4075be Here is a video of the problem. What I did in it:
- Show the extension turned off and the working default snapping behaviour when dragging via touch screen.
- Turned the extension on and showed that tiling does not work anymore when dragging via touch screen.
- Set the preview distance to 150 and showed that tiling still does not work.
- In the last 5 seconds: Dragged with the mouse to show that tiling does work when using the mouse. The pointer is unfortunately not recorded, making it look as if touch dragging works.
How would I have to go about acquiring those debug logs?
Also: No need to stress yourself on vacation, this is by no means urgent. It would just be nice.
— Reply to this email directly, view it on GitHub https://github.com/GrylledCheez/wintile-beyond/issues/14#issuecomment-2181854874, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQHDU3FCZGBQHN3H2WDHMW3ZIOEF5AVCNFSM6AAAAABJU7K7IKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOBRHA2TIOBXGQ . You are receiving this because you commented.Message ID: @.***>
Set it down to 50 ms, to no avail. Makes dragging with the mouse nice and snappy though.
follow the directions here to get some debug logs. https://github.com/GrylledCheez/wintile-beyond?tab=readme-ov-file#debugging
Here is the debugging output. I started the command, then dragged the terminal via touch and afterwards via mouse
I see. It's only going by your mouse location even if you're using your finger. I'll see what I can do about that. Nice reporting!
Currently, dragging windows via touch screen does not trigger tiling, when the same motion while dragging with a mouse does. Without the extension (so on Vanilla GNOME), dragging and tiling / full screen is possible via touch (but unfortunately only half screen, not quarter).
I would love to see dragging and tiling enabled via touch screen, the same way it is enabled via mouse.