home-config/hypr/hypridle.conf
69df0e16e7be69157f34523af28ceb83046e545e
· 333 B · 16 lines
raw
| 1 | general { |
| 2 | lock_cmd = pidof hyprlock || hyprlock |
| 3 | before_sleep_cmd = loginctl lock-session |
| 4 | after_sleep_cmd = hyprctl dispatch dpms on |
| 5 | } |
| 6 | |
| 7 | listener { |
| 8 | timeout = 300 |
| 9 | on-timeout = loginctl lock-session |
| 10 | } |
| 11 | |
| 12 | listener { |
| 13 | timeout = 600 |
| 14 | on-timeout = hyprctl dispatch dpms off |
| 15 | on-resume = hyprctl dispatch dpms on |
| 16 | } |