diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 322adf9..a08f16c 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -34,8 +34,8 @@ exec-once = /usr/libexec/kf5/polkit-kde-authentication-agent-1 # Dim screen after 60 seconds of inactivity exec-once = swayidle -w timeout 60 'dim-screen &' resume 'undim-screen' -# Lock screen after idle for 300s -exec-once = swayidle -w timeout 300 'lock-screen' +# Lock screen after idle for 120s +exec-once = swayidle -w timeout 120 'lock-screen' # Dim screen 5 seconds after screen is locked. no -w option here. exec-once = swayidle timeout 5 'if pgrep -x swaylock; then dim-screen; fi' resume 'undim-screen' # Turn monitors off 20 seconds after screen is locked