Create hypridle.conf

This commit is contained in:
FURK4NGG
2026-01-28 15:25:05 +03:00
committed by GitHub
parent 1f4d1a5cc0
commit fbf5b778bd
+20
View File
@@ -0,0 +1,20 @@
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
}