added remaining configurations

This commit is contained in:
2026-02-01 20:00:47 -07:00
parent cdca86ced4
commit a56bbd887a
21 changed files with 856 additions and 1 deletions

View File

@@ -0,0 +1,32 @@
# https://wiki.hypr.land/Hypr-Ecosystem/hypridle/
general {
lock_cmd = pidof hyprlock || hyprlock
before_sleep_cmd = loginctl lock-session
after_sleep_cmd = hyprctl dispatch dpms on
}
# Screen dim
listener {
timeout = 300
on-timeout = brightnessctl -s set 10
on-resume = brightnessctl -r
}
# Lock Screen
listener {
timeout = 330
on-timeout = loginctl lock-session
}
# Turn off Display(s)
listener {
timeout = 350
on-timeout = hyprctl dispatch dpms off
on-resume = hyprctl dispactch dpms on
}
# Suspend system
listener {
timeout = 1800
on-timeout = systemctl suspend
}