From ed3e1f901b0f683f1a9747c565ce9f76dd37f719 Mon Sep 17 00:00:00 2001 From: Jordan King Date: Fri, 29 Aug 2025 20:43:26 +0100 Subject: [PATCH] Set hypridle exception for fullscreen apps (#1303) --- default/hypr/windows.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/default/hypr/windows.conf b/default/hypr/windows.conf index bc665b2..d66b7bb 100644 --- a/default/hypr/windows.conf +++ b/default/hypr/windows.conf @@ -7,5 +7,8 @@ windowrule = opacity 0.97 0.9, class:.* # Fix some dragging issues with XWayland windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0 +# Prevent screensaver/lock while running apps fullscreen +windowrule = idleinhibit fullscreen, class:.* + # App-specific tweaks source = ~/.local/share/omarchy/default/hypr/apps.conf