From f053ac870cc5424f912f8e8ce9ecfb1bf9fce488 Mon Sep 17 00:00:00 2001 From: Thierry Schork Date: Sun, 15 Mar 2026 17:01:46 +0100 Subject: [PATCH] - removing forced tiling on Zerene stacker --- .config/hypr/hyprland.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 2fbe431..bb2aff3 100755 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -341,7 +341,7 @@ windowrule { #region tiled windowrule { name = tiled-tag-zerene - match:class = ^(com-zerenesystems-stacker-gui-MainFrame)$ + match:class = ^(com-zerenesystems-stacker-gui-MainFrame__)$ match:xwayland = 1 tag=+tiled }