mirror of
https://github.com/hydroxycarbamide/dotfiles.git
synced 2025-07-06 13:09:25 -04:00
24 lines
491 B
Text
24 lines
491 B
Text
general {
|
|
lock_cmd = swaylock
|
|
before_sleep_cmd = loginctl lock-session # lock before suspend
|
|
# after_sleep_cmd = hyprctl dispatch dpms on
|
|
}
|
|
|
|
# Lock the screen
|
|
# listener {
|
|
# timeout = 300
|
|
# on-timeout = loginctl lock-session
|
|
# }
|
|
|
|
# Turn off screen
|
|
# listener {
|
|
# timeout = 90
|
|
# on-timeout = hyprctl dispatch dpms off
|
|
# on-resume = hyprctl dispatch dpms on
|
|
# }
|
|
|
|
# Suspend the system
|
|
# listener {
|
|
# timeout = 600
|
|
# on-timeout = systemctl suspend
|
|
# }
|