diff options
| author | Don Williams <don.e.williams@gmail.com> | 2026-02-08 09:59:43 -0500 |
|---|---|---|
| committer | Don Williams <don.e.williams@gmail.com> | 2026-02-08 09:59:43 -0500 |
| commit | 2d19cd825e4778859a3e821f781e1f3ad5de37b2 (patch) | |
| tree | a0317cf1b1a35eeedc57a6b8c7bfdf07ad8207e7 /config | |
| parent | a5475bfb27f985f3de4baa34c3f239a58248d732 (diff) | |
Added rule for octopi cache cleaner
Diffstat (limited to 'config')
| -rw-r--r-- | config/hypr/configs/WindowRules-config-v3.conf | 12 | ||||
| -rw-r--r-- | config/hypr/configs/WindowRules.conf | 12 |
2 files changed, 24 insertions, 0 deletions
diff --git a/config/hypr/configs/WindowRules-config-v3.conf b/config/hypr/configs/WindowRules-config-v3.conf index cffbd77a..ce271323 100644 --- a/config/hypr/configs/WindowRules-config-v3.conf +++ b/config/hypr/configs/WindowRules-config-v3.conf @@ -240,3 +240,15 @@ windowrule { center = on size = (monitor_w*0.6) (monitor_h*0.6) } + +# Named rule for Cache Cleaner - Octopi +windowrule { + name = Cache Cleaner - Octopi + match:class = ^(octopi-cachecleaner)$ + match:title = ^(Cache Cleaner - Octopi)$ + match:initial_class = ^(octopi-cachecleaner)$ + match:initial_title = ^(Cache Cleaner - Octopi)$ + float = on + center = on + size = (monitor_w*0.6) (monitor_h*0.6) +} diff --git a/config/hypr/configs/WindowRules.conf b/config/hypr/configs/WindowRules.conf index cffbd77a..ce271323 100644 --- a/config/hypr/configs/WindowRules.conf +++ b/config/hypr/configs/WindowRules.conf @@ -240,3 +240,15 @@ windowrule { center = on size = (monitor_w*0.6) (monitor_h*0.6) } + +# Named rule for Cache Cleaner - Octopi +windowrule { + name = Cache Cleaner - Octopi + match:class = ^(octopi-cachecleaner)$ + match:title = ^(Cache Cleaner - Octopi)$ + match:initial_class = ^(octopi-cachecleaner)$ + match:initial_title = ^(Cache Cleaner - Octopi)$ + float = on + center = on + size = (monitor_w*0.6) (monitor_h*0.6) +} |
