From 307c866113c7113fa15f3c2829c7f49d2f83b941 Mon Sep 17 00:00:00 2001 From: legoraft Date: Wed, 25 Mar 2026 14:36:27 +0100 Subject: [PATCH] fix: fixed blender windows not tiling --- hypr/.config/hypr/hyprland.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hypr/.config/hypr/hyprland.conf b/hypr/.config/hypr/hyprland.conf index f9ab233..54ce12c 100644 --- a/hypr/.config/hypr/hyprland.conf +++ b/hypr/.config/hypr/hyprland.conf @@ -85,6 +85,13 @@ windowrule { tile = true } +# Fix blender windows +windowrule { + name = Blender tile + match:class = blender + tile = true +} + # Blur rules layerrule = match:namespace notifications, blur on layerrule = match:namespace notifications, ignore_alpha 0 -- 2.51.2