KZDKM / Hyprspace

Workspace overview plugin for Hyprland
GNU General Public License v2.0
285 stars 9 forks source link

bugs related to gestures and Exit on click #18

Open shadowelite-sec opened 1 month ago

shadowelite-sec commented 1 month ago

I found a few bugs. I'm thinking of dropping them all into one issue instead of separate ones. I don't know if it's good or not :face_in_clouds:

  1. When the mouse cursor is on overview tabs, the 3-finger gesture is not working properly, glitching

https://github.com/KZDKM/Hyprspace/assets/54718375/f72efcc7-4438-4647-8cc2-c95f685cdafb

  1. When I use "Exit on click" on an opened program window, the window behaves oddly, as shown in the video. Additionally, upon exiting the overview, it would be nice to have a smooth animation for that transition.

https://github.com/KZDKM/Hyprspace/assets/54718375/c55ff9ff-4538-4b19-9aa2-fd4a91b56dd0

  1. When I use a gesture to switch workspace windows, the windows in that workspace resize (adjust) only after I remove my finger. Because of this, the animation looks really bad. It would be nice to have an option to resize windows when switching workspaces(like using keybind for switching workspaces), even if I don't remove my finger.

https://github.com/KZDKM/Hyprspace/assets/54718375/697177b6-a4de-4a65-a53d-9b906d5e2be8

KZDKM commented 1 month ago

1 is working as intended, when you have too many workspaces you should be able to scroll through the panel, should be improved by disabling scroll when the panel is not overflown. Also, I dont know why but when I try to use two-finger scroll for the panel it does not work.

2 is mainly a easy to fix quality of life issue which is known but I did not bother to fix after I finished implementing input.

3 is a bit trickier but should be fixable.

Good suggestions!

maydayv7 commented 1 month ago

Another related issue is that when the overview is activated using the 3 finger swipe down gesture, but is exited by clicking on a window, the next time a gesture is used to switch to another workspace it also causes the overview to show up. The behavior is only reset by again activating and deactivating the overview using the gesture

https://github.com/KZDKM/Hyprspace/assets/73811274/226775f9-a9cf-4489-8d84-a2d66e37f776

(autoDrag is disabled and exitOnClick is enabled)

KZDKM commented 1 month ago

Another related issue is that when the overview is activated using the 3 finger swipe down gesture, but is exited by clicking on a window, the next time a gesture is used to switch to another workspace it also causes the overview to show up. The behavior is only reset by again activating and deactivating the overview using the gesture

Thanks for reporting, this is fixed in the most recent commit.

maydayv7 commented 1 month ago

Thanks a lot!

shadowelite-sec commented 3 weeks ago

I found a few bugs. I'm thinking of dropping them all into one issue instead of separate ones. I don't know if it's good or not 😶‍🌫️

1. When the mouse cursor is on overview tabs, the 3-finger gesture is not working properly, glitching

2024-04-14.14-25-04.mp4

2. When I use "Exit on click" on an opened program window, the window behaves oddly, as shown in the video. Additionally, upon exiting the overview, it would be nice to have a smooth animation for that transition.

2024-04-14.14-29-09.mp4

3. When I use a gesture to switch workspace windows, the windows in that workspace resize (adjust) only after I remove my finger. Because of this, the animation looks really bad. It would be nice to have an option to resize windows when switching workspaces(like using keybind for switching workspaces), even if I don't remove my finger.

2024-04-14.14-29-55.mp4

@KZDKM any updates ?