mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 00:40:44 +02:00
19 lines
335 B
Text
19 lines
335 B
Text
general {
|
|
lock_cmd = hyprlock
|
|
}
|
|
|
|
listener { # screen lock
|
|
timeout = 210
|
|
on-timeout = loginctl lock-session
|
|
}
|
|
|
|
listener { # turn off screens
|
|
timeout = 260
|
|
on-timeout = niri msg action power-off-monitors
|
|
on-resume = niri msg action power-on-monitors
|
|
}
|
|
|
|
listener { # suspend
|
|
timeout = 500
|
|
on-timeout = systemctl suspend
|
|
}
|