diff options
| author | Don Williams <don.e.williams@gmail.com> | 2025-12-31 00:11:29 -0500 |
|---|---|---|
| committer | Don Williams <don.e.williams@gmail.com> | 2025-12-31 00:11:29 -0500 |
| commit | 4c5d85bc769b53dd019c4d671fe42e9b3de7cd53 (patch) | |
| tree | 8c802f762e43a8717ca143b7dcb966bd4f885ca4 /config | |
| parent | 54541e18dacb042c103540eaa4cb4477e05c85ff (diff) | |
Fixed yad windowsize, was overridden by settings rule
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
modified: config/hypr/configs/WindowRules-config-v3.conf
Diffstat (limited to 'config')
| -rw-r--r-- | config/hypr/configs/WindowRules-config-v3.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/configs/WindowRules-config-v3.conf b/config/hypr/configs/WindowRules-config-v3.conf index a4da3694..d0200ad4 100644 --- a/config/hypr/configs/WindowRules-config-v3.conf +++ b/config/hypr/configs/WindowRules-config-v3.conf @@ -79,7 +79,7 @@ windowrule = match:title (Kvantum Manager), tag +settings windowrule = match:class ^(file-roller|org.gnome.FileRoller)$, tag +settings windowrule = match:class ^(nm-applet|nm-connection-editor|blueman-manager)$, tag +settings windowrule = match:class ^(pavucontrol|org.pulseaudio.pavucontrol|com.saivert.pwvucontrol)$, tag +settings -windowrule = match:class ^(qt5ct|qt6ct|[Yy]ad)$, tag +settings +windowrule = match:class ^(qt5ct|qt6ct)$, tag +settings windowrule = match:class (xdg-desktop-portal-gtk), tag +settings windowrule = match:class ^(org.kde.polkit-kde-authentication-agent-1)$, tag +settings windowrule = match:class ^([Rr]ofi)$, tag +settings |
