Initial commit

This commit is contained in:
2025-09-15 10:54:03 +02:00
commit d876d4fae4
10 changed files with 1147 additions and 0 deletions

19
hypridle.conf Normal file
View File

@@ -0,0 +1,19 @@
# sample hypridle.conf
# for more configuration options, refer https://wiki.hyprland.org/Hypr-Ecosystem/hypridle
general {
lock_cmd = ~/.config/dotfiles/hypr/hyprscript start-hyprlock
before_sleep_cmd = ~/.config/dotfiles/hypr/hyprscript lock-session
after_sleep_cmd = hyprctl dispatch dpms on
}
listener {
timeout = 300
on-timeout = ~/.config/dotfiles/hypr/hyprscript lock-session
}
listener {
timeout = 350
on-timeout = hyprctl dispatch dpms off
on-resume = hyprctl dispatch dpms on
}