Browse Source

fix dpms action

pull/341/head
TonyHo 2 years ago committed by GitHub
parent
commit
2ab487c30b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      config/hypr/hypridle.conf

2
config/hypr/hypridle.conf

@ -7,7 +7,7 @@ general {
lock_cmd = pidof hyprlock || hyprlock # runs hyprlock if it is not already running (this is always run when "loginctl lock-session" is called)
# unlock_cmd = killall hyprlock # kills hyprlock when unlocking (this is always run when "loginctl unlock-session" is called)
before_sleep_cmd = loginctl lock-session # ensures that the session is locked before going to sleep
after_sleep_cmd = hyprctl dispatch dpms on # turn of screen after sleep (not strictly necessary, but just in case)
after_sleep_cmd = hyprctl dispatch dpms off # turn off screen after sleep (not strictly necessary, but just in case)
ignore_dbus_inhibit = false # whether to ignore dbus-sent idle-inhibit requests (used by e.g. firefox or steam)
}

Loading…
Cancel
Save