diff options
Diffstat (limited to 'config/hypr/configs/WindowRules.conf')
| -rw-r--r-- | config/hypr/configs/WindowRules.conf | 12 |
1 files changed, 12 insertions, 0 deletions
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) +} |
