16 lines
331 B
Plaintext
Executable File
16 lines
331 B
Plaintext
Executable File
listener {
|
|
timeout = 200
|
|
on-timeout = notify-send "You are idle!"
|
|
on-resume = notify-send "Welcome back!"
|
|
}
|
|
|
|
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
|
|
} |