mirror of
https://github.com/xsghetti/HyprCrux.git
synced 2025-07-02 21:30:39 -04:00
5 lines
262 B
Text
5 lines
262 B
Text
listener {
|
|
timeout = 1000 # in seconds.
|
|
on-timeout = hyprlock # command to run when timeout has passed.
|
|
on-resume = notify-send "Welcome back, $USER!" # command to run when activity is detected after timeout has fired.
|
|
}
|