mirror of
https://github.com/hyprwm/hypridle.git
synced 2024-11-16 23:25:58 +01:00
20 lines
No EOL
492 B
Markdown
20 lines
No EOL
492 B
Markdown
# hypridle
|
|
Hyprland's idle daemon
|
|
|
|
# Configuration
|
|
|
|
Configuration is done via `~/.config/hypr/hypridle.conf` in the standard
|
|
hyprland syntax.
|
|
|
|
```ini
|
|
listener {
|
|
timeout = 500 # in seconds
|
|
on-timeout = notify-send "You are idle!" # command to run when timeout has passed
|
|
on-resume = notify-send "Welcome back!" # command to run when activity is detected after timeout has fired.
|
|
}
|
|
```
|
|
|
|
# Dependencies
|
|
- wayland
|
|
- wayland-protocols
|
|
- hyprlang >= 0.4.0 |