Files
blacklayer/pending-relocation/hypridle.conf
T
2026-01-28 14:43:32 +03:00

21 lines
453 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
general {
lock_cmd = ~/.config/blacklayer/idle-lock.sh
before_sleep_cmd = false
after_sleep_cmd = false
}
# 5 dakika → kilitle
# 5 minutes → lock
listener {
timeout = 300
on-timeout = ~/.config/blacklayer/idle-lock.sh
}
# 10 dakika → ekranları kapat
# 10 minutes → turn off the displays
listener {
timeout = 600
on-timeout = ~/.config/blacklayer/idle-sleep.sh
on-resume = ~/.config/blacklayer/idle-resume.sh
}