wayblueorg / wayblue

Fedora Atomic images for wayland compositors
Apache License 2.0
130 stars 18 forks source link

Hypridle Fails to Lock in Multi-User Setups #75

Closed rehashedsalt closed 2 weeks ago

rehashedsalt commented 2 weeks ago

Problematic code here:

https://github.com/wayblueorg/wayblue/blob/live/files/system/hyprland/etc/xdg/hypr/hypridle.conf#L2

This should be pgrep -U $USER, not pidof, otherwise if two users are signed in, only one can lock their session.