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 want to know the active state of specialworkspace and I figured that I can listen to the activespecial event emitted by Hyprland's IPC.
I tried Hyprland.rawEvent("activespecial") but got this:
WARN: "Could not convert argument 0 at"
WARN: "expression for onCompleted@qsintercept:///mnt/Data/Projects/dota2-dotfiles/shell.qml:23"
WARN: Passing incompatible arguments to signals is not supported.
I've found an example to listen to Hyprland's IPC here, however, I don't find an example utilizing Hyprland.rawEvent(event).