diff --git a/hypr/hypridle.conf b/hypr/hypridle.conf index 857b620..49aa6de 100644 --- a/hypr/hypridle.conf +++ b/hypr/hypridle.conf @@ -11,23 +11,24 @@ general { after_sleep_cmd = hyprctl dispatch dpms on } -# Step 1: Dim monitor at 2.5 min idle (warning that it will lock soon) +# Step 1: Dim monitor at 115 sec idle (warning that it will lock soon) listener { - timeout = 150 + timeout = 115 # Only dims the screen, does not lock yet # This shows you that lock will happen soon on-timeout = dim + on-resume = pkill -x dim } -# Step 2: Lock screen at 5 min idle +# Step 2: Lock screen at 2 min idle listener { - timeout = 300 + timeout = 120 on-timeout = ~/.config/hypr/scripts/lock.sh } -# Step 3: Turn screen off at 5.5 min idle +# Step 3: Turn screen off at 5 min idle listener { - timeout = 330 + timeout = 300 on-timeout = hyprctl dispatch dpms off && ddcutil setvcp 10 0 # Explanation: diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 41a8a47..868de55 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -162,6 +162,7 @@ animations { dwindle { pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below preserve_split = true # You probably want this + force_split = 2 } # See https://wiki.hyprland.org/Configuring/Master-Layout/ for more