thrombe / hyprkool

Hyprland plugin to replicate the feel of kde activities and desktop grid layout
MIT License
47 stars 4 forks source link

[Feature] Option to not pass click from overview to windows #13

Open S0nter opened 2 months ago

S0nter commented 2 months ago

Currently when clicking on workspace in overview, mouse cursor moves to the center of the chosen window and the window receives mouse click.

I propose an option to disable mouse interactions with windows until mouse is released after overview effect. It would also be nice if there was an option to disable moving the mouse after clicking on workspace in overview.

Thanks!

thrombe commented 2 months ago

It would also be nice if there was an option to disable moving the mouse after clicking on workspace in overview

this is default hyprland behavior. i am not sure if it can be disabled with a plugin (without doing ugly hacks). Hyprland moves the cursor when you do hyprctl dispatch focuswindow. you might want to create an issue on the Hyprland repo for it (if there isn't one already).

thrombe commented 2 months ago

I propose an option to disable mouse interactions with windows until mouse is released after overview effect.

this is a bug and it needs investigation. thanks for reporting the issue.