Greg Allen

Results 3 comments of Greg Allen

I'm using swayidle then systemctl suspend here is my hyprland config exec-once = swayidle timeout 300 'hyprctl dispatcher dpms off' timeout 600 'systemctl suspend'

Yes it was working previously until the latest update hyprland stable version on Fedora. I'm not using a lock screen program. Thank you for your feedback.

I have solved the issue. Thank you for your support. I needed to call swaylock in my script. exec-once = swayidle timeout 300 'hyprctl dispatcher dpms off && swaylock' Regards...