New to hyprland and really like it, especially how easy and powerful it is to customize using hyprctl and IPC events!
What I’d like to do is make floating window transparent while I move or resize it with the mouse. Conceptually what I’d like to do is:
on window move / resize start, save current opacity then set it to 50%
on window move / resize end, restore saved opacity
I see the activewindow and activatewindowv2 events are fired when the mouse button is clicked / released but can’t find an easy way to get the mouse button state. Any suggestions?