Files
hypr/hypridle.conf
T
Hannes 559d814b61 docs: Update autostart and hypridle configurations
- Updated commands to use tmux for hypridle and hyprpaper
- Removed unnecessary commands
- Updated host-specific commands
- Added ignore-inhibit configuration option to hypridle
- Improved configuration consistency
2026-08-22 22:02:42 +02:00

17 lines
357 B
Plaintext
Executable File

listener {
timeout = 200
on-timeout = notify-send "You are idle!"
on-resume = notify-send "Welcome back!"
ignore_inhibit = true
}
listener {
timeout = 300
on-timeout = hyprlock
}
listener {
timeout = 360
on-timeout = $XDG_CONFIG_HOME/hypr/scripts/screen_off.sh
on-resume = $XDG_CONFIG_HOME/hypr/scripts/screen_on.sh
}