From e89cc104fc175b638c2092ebc65d9801780ab074 Mon Sep 17 00:00:00 2001 From: Thierry Schork Date: Sun, 4 Jan 2026 21:08:35 +0100 Subject: [PATCH] forcing xwayland apps to be tiled --- .config/hypr/hyprland.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 91641b5..b4431b7 100755 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -331,6 +331,7 @@ windowrule { name = tiled match:class = ^(com-zerenesystems-stacker-gui-MainFrame)$ match:title = (A Ren(.)Py Game) + match:xwayland = 1 float = off }