]> Freerunner's - dotfiles.git/commitdiff
hypr: adjust sleep scripts
authorAndre Ramnitz <tux.rising@gmail.com>
Fri, 26 Jan 2024 15:32:46 +0000 (16:32 +0100)
committerAndre Ramnitz <tux.rising@gmail.com>
Sun, 18 Aug 2024 16:18:53 +0000 (18:18 +0200)
config/hypr/scripts/sleep-dpms.sh
config/hypr/scripts/sleep.sh

index c1ffc732865840b1b388e2f071a9ecaa1258af19..9510b520f1c7f9ad780e8767053f4ca7b60398d7 100755 (executable)
@@ -3,7 +3,7 @@
 swayidle -w timeout 600 'swaylock -f -c 000000' \
             timeout 900 'hyprctl dispatch dpms off' \
             resume 'hyprctl dispatch dpms on' \
-            timeout 1200 'loginctl suspend' \
+            timeout 1800 'loginctl suspend' \
             before-sleep 'swaylock -f -c 000000' &
 
 
index f0aae25f5c29c4223640242803b2de1b23a26570..9d9b0f8ef842c1ff2b3779f1fbe6172edb8b45fe 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-swayidle -w timeout 600 'swaylock -f -c 000000' \
+swayidle -w timeout 900 'swaylock -f -c 000000' \
             timeout 1800 'loginctl suspend' \
             before-sleep 'swaylock -f -c 000000' &