diff options
| author | Don Williams <don.e.williams@gmail.com> | 2025-12-31 23:53:20 -0500 |
|---|---|---|
| committer | Don Williams <don.e.williams@gmail.com> | 2025-12-31 23:53:20 -0500 |
| commit | 1764376bf795f0f47de4f3a5690a39a7fbfcb0da (patch) | |
| tree | eb3f9c838d40079d5a76431ff9dbb4aa72daae95 /config | |
| parent | 63f6b0c8aa02939646229900be84fe38d7aabbcc (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
Diffstat (limited to 'config')
| -rw-r--r-- | config/hypr/configs/WindowRules-config-v3.conf | 5 |
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 |
