Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for new IPC events introduced in Hyprland v0.37.0 #367

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

A7R7
Copy link
Contributor

@A7R7 A7R7 commented Mar 27, 2024

New IPC events include: workspacev2, createworkspacev2, destoryworkspacev2, movewindowv2, moveworkspacev2.
Note that this is a breaking change. The workspace-added and workspace-removed signal will return workspace's both id and name.

New IPC events include: `workspacev2`, `createworkspacev2`, `destoryworkspacev2`, `movewindowv2`,
`moveworkspacev2`.
Note that this is a breaking change. The `workspace-added` and `workspace-removed` signal will
return workspace's both id and name.
@adamnejm
Copy link

Nice, do you think movewindowv2 could emit client-moved signal on the Hyprland service perhaps?
Just like openwindow and closewindow emit client-added and client-removed respectively.

I just ran into a case where having a signal like this would be REALLY useful.

@A7R7
Copy link
Contributor Author

A7R7 commented Apr 12, 2024

do you think movewindowv2 could emit client-moved signal on the Hyprland service perhaps?

Yes, I've already tried to add this signal in my own fork of ags.
Meanwhile I want to make client-removed emits address + workspace id the clients removed from. So that I don't need to manually track the previous workspace ids of clients.

Now I'm waiting for the author to merge this pr, so I can make changes on signals on top of this pr.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants