diff options
| -rw-r--r-- | config/hypr/configs/WindowRules.conf | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/config/hypr/configs/WindowRules.conf b/config/hypr/configs/WindowRules.conf index 4f54215d..7fcf6b3b 100644 --- a/config/hypr/configs/WindowRules.conf +++ b/config/hypr/configs/WindowRules.conf @@ -98,6 +98,8 @@ 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 +windowrule = match:class ^(btrfs-assistant)$, tag +settings +windowrule = match:class ^(timeshift-gtk)$, tag +settings # viewer tags windowrule = match:class ^(gnome-system-monitor|org.gnome.SystemMonitor|io.missioncenter.MissionCenter)$, tag +viewer @@ -112,8 +114,8 @@ windowrule = match:tag multimedia, opacity 1.0 # POSITION windowrule = match:tag KooL_Cheat, center on -windowrule = match:title ^(ROG Control)$, center on windowrule = match:tag KooL-Settings, center on +windowrule = match:title ^(ROG Control)$, center on windowrule = match:title ^(Keybindings)$, center on windowrule = match:class ^(pavucontrol|org.pulseaudio.pavucontrol|com.saivert.pwvucontrol)$, center on windowrule = match:class ^([Ff]erdium)$, center on @@ -125,7 +127,7 @@ windowrule = idle_inhibit fullscreen, match:class ^(*)$ windowrule = idle_inhibit fullscreen, match:title ^(*)$ # FLOAT -windowrule = match:tag KooL_Cheat, float on, center on +windowrule = match:tag KooL_Cheat, float on windowrule = match:tag wallpaper, float on, center on windowrule = match:tag settings, float on, center on windowrule = match:tag viewer, float on, center on @@ -188,11 +190,9 @@ layerrule = match:namespace quickshell:overview, ignore_alpha 0.5 windowrule { name = Whatsapp-zapzap match:class = ^([Ww]hatsapp-for-linux|ZapZap|com.rtosta.zapzap)$ - float = on size = (monitor_w*0.6) (monitor_h*0.7) center = on } -# Picture-in-Picture windowrule { name = Picture-in-Picture match:title = ^(Picture-in-Picture)$ @@ -203,7 +203,6 @@ windowrule { keep_aspect_ratio = on size = (monitor_w*0.3) (monitor_h*0.3) } - # Thunar copy progress dialog windowrule { name = Thunar-Progress-bar @@ -214,4 +213,3 @@ windowrule { size = (monitor_w*0.26) (monitor_h*0.18) } - |
