diff options
| author | Don Williams <don.e.williams@gmail.com> | 2026-02-08 09:29:42 -0500 |
|---|---|---|
| committer | Don Williams <don.e.williams@gmail.com> | 2026-02-08 09:29:42 -0500 |
| commit | a56b911dbfd34eceb1a338d24d0904be56c72c6e (patch) | |
| tree | 482ceb01c7bb30b4ce26657e70f873467fe7c692 /config | |
| parent | 3de479791691759424c3ff8d24d058baa4622330 (diff) | |
Added rule for CachyOS Kernel Manager
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
modified: CHANGELOG.md
modified: config/hypr/configs/WindowRules.conf
Diffstat (limited to 'config')
| -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 aee2b3b4..8c5ebaa0 100644 --- a/config/hypr/configs/WindowRules.conf +++ b/config/hypr/configs/WindowRules.conf @@ -204,3 +204,15 @@ windowrule { keep_aspect_ratio = on size = (monitor_w*0.3) (monitor_h*0.3) } + +# Named rule for CachyOS Kernel Manager +windowrule { + name = CachyOS Kernel Manager + match:class = ^(org.cachyos.KernelManager)$ + match:title = ^(CachyOS Kernel Manager)$ + match:initial_class = ^(org.cachyos.KernelManager)$ + match:initial_title = ^(CachyOS Kernel Manager)$ + float = on + center = on + size = (monitor_w*0.6) (monitor_h*0.6) +} |
