From 46d135025e64d6e19e599c996d0bbc9e5cf457d9 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 25 Jul 2025 13:02:31 -0400 Subject: [PATCH] Center steam window to prevent it from being off screen --- default/hypr/windows.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/default/hypr/windows.conf b/default/hypr/windows.conf index bf9049d..ec62f32 100644 --- a/default/hypr/windows.conf +++ b/default/hypr/windows.conf @@ -15,7 +15,8 @@ windowrule = float, class:xdg-desktop-portal-gtk, title:^(Open.*Files?|Save.*Fil windowrule = center, class:xdg-desktop-portal-gtk, title:^(Open.*Files?|Save.*Files?|All Files|Save) # Float Steam, fullscreen RetroArch -windowrule = float, class:^(steam)$ +windowrule = float, class:steam +windowrule = center, class:steam windowrule = fullscreen, class:^(com.libretro.RetroArch)$ # Just dash of opacity