From 4005e4650ead52db6e01d7b2b9dbee71338ca414 Mon Sep 17 00:00:00 2001 From: sudacode Date: Sun, 30 Nov 2025 22:58:39 -0800 Subject: [PATCH] move float center window rule down --- .config/hypr/hyprland.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 7e2525e..98af983 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -23,7 +23,7 @@ monitorv2 { mode = 3440x1440@240 position = 0x0 scale = 1 - vrr = 3 + vrr = 2 } source = ~/.config/hypr/keybindings.conf @@ -263,7 +263,6 @@ windowrule = float on, match:class mpv windowrule = float on, match:class steam windowrule = float on, match:class anki windowrule = float on, match:class python, match:title Import -windowrule = match:float 1, center on windowrule = workspace 10 silent, match:class discord windowrule = workspace 9 silent, match:class steam windowrule = workspace 8 silent, match:class anki @@ -281,6 +280,7 @@ windowrule = opacity 1.0 override, match:class anki windowrule = suppress_event maximize, match:class .* # Fix some dragging issues with XWayland windowrule = no_focus on,match:class ^$,match:title ^$,match:xwayland 1,match:float 1,match:fullscreen 0,match:pin 0 +windowrule = match:float 1, center on # {{{ Screen sharing workaround: https://wiki.hyprland.org/Useful-Utilities/Screen-Sharing/#xwayland windowrule = opacity 0.0 override, match:class ^(xwaylandvideobridge)$