Closed rehashedsalt closed 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.
pgrep -U $USER
pidof
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
, notpidof
, otherwise if two users are signed in, only one can lock their session.