-
-
Notifications
You must be signed in to change notification settings - Fork 116
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 xdg_activation support #30
Comments
https://wayland.app/protocols/xdg-activation-v1 doesn't seem to have urgency? Just window activation.
I guess simply switching to the right workspace and focusing the right window? |
You can implement urgency based on how and when window submits token, and how token is being built. You can see what sway does for example. It's all based on heuristics, so it's up to compositor to decide what mark as urgent, when to transfer focus, etc. |
This is quite useful protocol to indicate urgency, transfer focus, and raise windows.
Unfortunately, it's not clear how to implement it in a usable way with the scrolling compositor...
The text was updated successfully, but these errors were encountered: