Replies: 1 comment
-
any errors while running it as a daemon? you can try using
is swayidle working? test with monitor off/on as below - |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
This is working beautifully except for a few minor niggles on my laptop,
#!/bin/bash swayidle -w \ timeout 120 'swaylock' \ timeout 400 'hyprctl dispatch dpms off' \ timeout 900 'systemctl suspend' \ resume 'hyprctl dispatch dpms on' \ before-sleep 'swaylock'
Thanks and Great work.
Beta Was this translation helpful? Give feedback.
All reactions