Browse Source

Lockscreen timeout correction

pull/13/head
JaKooLit 2 years ago
parent
commit
b91179ab6a
  1. 2
      config/hypr/configs/Execs.conf

2
config/hypr/configs/Execs.conf

@ -48,7 +48,7 @@ exec-once = $scriptsDir/RainbowBorders.sh
# sway-idle with lock only
exec-once = swayidle -w timeout 1200 '$lock' timeout 1200
exec-once = swayidle -w timeout 1200 '$lock'
# sway-idle with lock and sleep
#exec-once = swayidle -w timeout 1200 '$lock' timeout 1200 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' before-sleep '$lock'
# sway idle without lock

Loading…
Cancel
Save