Browse Source

update

pull/42/head
JaKooLit 2 years ago
parent
commit
1af1297253
  1. 6
      config/hypr/configs/Execs.conf

6
config/hypr/configs/Execs.conf

@ -46,8 +46,8 @@ exec-once = $scriptsDir/RainbowBorders.sh
# exec-once = $scriptsDir/AppAutoClose.sh
# sway-idle with lock only
exec-once = swayidle -w timeout 1200 '$lock'
exec-once = swayidle -w timeout 900 '$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'
#exec-once = swayidle -w timeout 900 '$lock' timeout 1200 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' before-sleep '$lock'
# sway idle without lock
#exec-once = swayidle -w timeout 1200 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on'
#exec-once = swayidle -w timeout 900 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on'

Loading…
Cancel
Save