aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDon Williams <don.e.williams@gmail.com>2025-12-31 23:53:20 -0500
committerDon Williams <don.e.williams@gmail.com>2025-12-31 23:53:20 -0500
commit1764376bf795f0f47de4f3a5690a39a7fbfcb0da (patch)
treeeb3f9c838d40079d5a76431ff9dbb4aa72daae95
parent63f6b0c8aa02939646229900be84fe38d7aabbcc (diff)
Added rules to inhibit screensaver when apps fullscreen
On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: WindowRules-config-v3.conf
-rw-r--r--config/hypr/configs/WindowRules-config-v3.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/hypr/configs/WindowRules-config-v3.conf b/config/hypr/configs/WindowRules-config-v3.conf
index 62c7afdf..f2c96256 100644
--- a/config/hypr/configs/WindowRules-config-v3.conf
+++ b/config/hypr/configs/WindowRules-config-v3.conf
@@ -126,6 +126,11 @@ windowrule = match:title ^(Picture-in-Picture)$, move 72% 7%
# windowrule to avoid idle for fullscreen apps
windowrule = match:fullscreen true, idle_inhibit fullscreen
+windowrule = idle_inhibit fullscreen, match:fullscreen 1
+windowrule = idle_inhibit fullscreen, match:class ^(*)$
+windowrule = idle_inhibit fullscreen, match:title ^(*)$
+
+
# FLOAT
windowrule = match:tag KooL_Cheat, float on
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage