14 lines
452 B
Text
14 lines
452 B
Text
|
|
general {
|
|
lock_cmd = hyprlock
|
|
unlock_cmd = notify-send "Welcome back!"
|
|
#before_sleep_cmd = hyprlock
|
|
after_sleep_cmd = hyprlock
|
|
ignore_dbus_inhibit = false
|
|
}
|
|
|
|
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.
|
|
}
|