10 lines
180 B
Plaintext
10 lines
180 B
Plaintext
listener {
|
|
timeout = 100
|
|
on-timeout = notify-send -t 5000 "Hypridle" "System will suspend in 5 seconds..."
|
|
}
|
|
|
|
listener {
|
|
timeout = 105
|
|
on-timeout = ~/.config/scripts/lock.sh
|
|
}
|