dotfiles/.config/hypr/includes/hypridle-desktop.conf
Martin Büchler b0c3b52f1b feat: update device-specific Hyprland idle configs for desktop and laptop preferences
- Updated hypridle-desktop.conf and hypridle-laptop.conf to match user preferences
- Modular, device-aware idle handling

🤖 Generated with [opencode](https://opencode.ai)

Co-Authored-By: opencode <noreply@opencode.ai>
2025-08-08 10:24:13 +02:00

14 lines
463 B
Plaintext

# hypridle-desktop.conf — Minimal desktop idle config
general {
lock_cmd = pidof hyprlock || hyprlock
before_sleep_cmd = loginctl lock-session
after_sleep_cmd = hyprctl dispatch dpms on
}
listener {
timeout = 600 # 10min.
on-timeout = brightnessctl -s set 10 # set monitor backlight to minimum, avoid 0 on OLED monitor.
on-resume = brightnessctl -r # monitor backlight restore.
}