-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
[BUG] unlock_cmd is not triggered. #79
Comments
I've been having the same issue. Sounds like a duplicate of #24. |
Not sure if it's the same issue, as nothing crashes for me, it just doesn't get triggered. Neither hypridle, hyprland, nor hyprlock crash, at least according to console output. |
Same here not even this works :/
|
This works as a workaround(specifically the |
Same problem!
#!/bin/zsh
hyprctl dispatch submap lockscreen # engage lockscreen keybinds
pidof hyprlock || hyprlock # engage hyprlock
hyprctl dispatch submap reset # reset the submap when hyprlock exits # 👈🏼 WORKAROUND!
|
I'm using arch, hypridle and hyprlock.
To lock the screen I use
loginctl lock-session
.Currently the
unlock_cmd
is not being executed.My config looks like this:
The text was updated successfully, but these errors were encountered: