From 56082af20a8712570edd6ed523baad4755ecd241 Mon Sep 17 00:00:00 2001 From: l3wdfut4pwr Date: Sun, 14 Jun 2026 19:29:33 +0300 Subject: init --- config/hypr/windowrule.conf | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 config/hypr/windowrule.conf (limited to 'config/hypr/windowrule.conf') diff --git a/config/hypr/windowrule.conf b/config/hypr/windowrule.conf new file mode 100644 index 000000000..d8b11ba2e --- /dev/null +++ b/config/hypr/windowrule.conf @@ -0,0 +1,23 @@ +windowrule { + name = suppress-maximize-events + match:class = .* + suppress_event = maximize +} + +windowrule { + name = fix-xwayland-drags + match:class = ^$ + match:title = ^$ + match:xwayland = true + match:float = true + match:fullscreen = false + match:pin = false + no_focus = true +} + +windowrule { + name = move-hyprland-run + match:class = hyprland-run + move = 20 monitor_h-120 + float = yes +} -- cgit v1.3-3-g829e