-
-
Notifications
You must be signed in to change notification settings - Fork 972
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
protocols: add hyprland_lock_notify_v1 implementation #9092
Conversation
bump hyprland-protocols dep to 0.6.0 cuz ci fails |
Meson too. |
ce00def
to
d43438d
Compare
If we would relock the session with I think that behavior is fine, since something already went wrong if a user needs to restore and the error makes sense in that context. We wouldn't want to receive a second locked notification (would be a protocol error) |
yes thats fine |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ret lgtm
5c08bc2
to
1fb430b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks
Requires hyprwm/hyprland-protocols#12
Describe your PR, what does it fix/add?
Implements the proposed
hyprland-lock-notify-v1
protocol.It is basically IdleNotify, but no timer stuff. Pretty straight forward.
Is there anything you want to mention? (unchecked code, possible bugs, found problems, breaking compatibility, etc.)
No
Is it ready for merging, or does it need work?
Ready