diff options
| author | Don Williams <don.e.williams@gmail.com> | 2025-12-30 23:52:35 -0500 |
|---|---|---|
| committer | Don Williams <don.e.williams@gmail.com> | 2025-12-30 23:52:35 -0500 |
| commit | 54541e18dacb042c103540eaa4cb4477e05c85ff (patch) | |
| tree | 107ab7591ff7b125e497fe352186868dd139322d /config/hypr | |
| parent | d05f22e5f4e92827ea69911cdd3dfc83c64c655c (diff) | |
Fixed rule for gnome calculator, yad now centers
Yad still not following the size settings
but at least it's now floating and centered
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/hypr')
| -rw-r--r-- | config/hypr/configs/WindowRules-config-v3.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/hypr/configs/WindowRules-config-v3.conf b/config/hypr/configs/WindowRules-config-v3.conf index ba179461..a4da3694 100644 --- a/config/hypr/configs/WindowRules-config-v3.conf +++ b/config/hypr/configs/WindowRules-config-v3.conf @@ -115,7 +115,7 @@ windowrule = match:tag settings, float on windowrule = match:tag viewer, float on windowrule = match:tag KooL-Settings, float on windowrule = match:class ([Zz]oom|onedriver|onedriver-launcher), float on -windowrule = match:class (org.gnome.Calculator) match:title (Calculator), float on +windowrule = match:class (org.gnome.Calculator), float on windowrule = match:class ^(mpv|com.github.rafostar.Clapper)$, float on windowrule = match:class ^([Qq]alculate-gtk)$, float on windowrule = match:class ^([Ff]erdium)$, float on @@ -137,7 +137,7 @@ windowrule = match:initial_title (Open Files), float on, size (monitor_w*0.7) (m windowrule = match:title ^(SDDM Background)$, float on, center on, size (monitor_w*0.16) (monitor_h*0.12) # YAD dialog for wallpaper confirmation -windowrule = match:class ^(yad)$ match:title ^(YAD)$, float on, center on, size (monitor_w*0.2) (monitor_h*0.2) +windowrule = match:class ^(yad)$, float on, center on, size (monitor_w*0.2) (monitor_h*0.2) # END of float popups and dialogue ####### # OPACITY |
