You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an idea on how to do this without breaking api. Ex. Clients::instance(<id>).get()
Instead, can be used to create a socket ex. HyprlandCommandSocket::new_with_instance(<id>), which will be required to be taken by all hyprland-rs methods
The text was updated successfully, but these errors were encountered:
I have an idea on how to do this without breaking api. Ex.Clients::instance(<id>).get()
Instead, can be used to create a socket ex.
HyprlandCommandSocket::new_with_instance(<id>)
, which will be required to be taken by all hyprland-rs methodsThe text was updated successfully, but these errors were encountered: