hyprland-community / hyprland-rs

An unofficial rust wrapper for hyprland's IPC [maintainers=@yavko,@cyrinux]
Other
237 stars 51 forks source link

Missing hyprctl hyprpapr functionality #76

Open Boothwhack opened 1 year ago

Boothwhack commented 1 year ago

I don't see a way to interact with hyprpaper through this library. Would love to see a module like ctl::paper, or perhaps some of the socket functionality (like write_to_socket) made public to allow users to make direct calls to hyprctl

yavko commented 1 year ago

I'm planning to add this at some point, issue is that it uses a different socket

yavko commented 5 months ago

I'm planning to add this at some point, issue is that it uses a different socket

0.4 will switch to using explicit sockets, so this should be easy to add