From 273f035fca820712408f11916816a575763cf294 Mon Sep 17 00:00:00 2001 From: Logan G Date: Wed, 4 Oct 2023 23:40:37 -0600 Subject: [PATCH] Fixed screen not turning back on in Hyprland, properly --- .config/hypr/hyprland.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 8ddf1b6..b1a8cd2 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -69,8 +69,8 @@ misc { swallow_regex=^(alacritty|kitty|footclient)$ disable_hyprland_logo=true vrr=true - mouse_move_enables_dpms=true - key_press_enables_dpms=true + #mouse_move_enables_dpms=true + #key_press_enables_dpms=true } # example window rules @@ -192,7 +192,7 @@ exec-once = wl-paste --type text --watch cliphist store #Stores only text data exec-once = wl-paste --type image --watch cliphist store #Stores only image data exec-once = lxqt-policykit-agent exec-once = hyprpaper -exec-once = swayidle -w timeout $idleLockTime '$lockCMD' timeout $idleScreenTime 'hyprctl dispatch dpms off' timeout $idleScreenTimeLocked 'pgrep -x swaylock && hyprctl dispatch dpms off' timeout $suspendTime '$suspendCMD' resume 'hyprctl dispatch dpms on' before-sleep '$lockCMD' before-sleep 'playerctl -a pause' +exec-once = swayidle -w timeout $idleLockTime '$lockCMD' timeout $idleScreenTime 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' timeout $idleScreenTimeLocked "/bin/bash -c 'pgrep -x swaylock && hyprctl dispatch dpms off'" resume 'hyprctl dispatch dpms on' timeout $suspendTime '$suspendCMD' resume 'hyprctl dispatch dpms on' before-sleep '$lockCMD' before-sleep 'playerctl -a pause' exec = import-gsettings