From 3c07b541bdd643f7f8a10c999db01c8fdf4bb4d9 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 30 Jun 2025 16:00:03 -0700 Subject: [PATCH] Good window defaults for gaming --- default/hypr/windows.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/default/hypr/windows.conf b/default/hypr/windows.conf index bbabb44..fb43424 100644 --- a/default/hypr/windows.conf +++ b/default/hypr/windows.conf @@ -7,11 +7,16 @@ windowrule = tile, class:^(Chromium)$ # Float sound and bluetooth settings windowrule = float, class:^(org.pulseaudio.pavucontrol|blueberry.py)$ +# Float Steam, fullscreen RetroArch +windowrule = float, class:^(steam)$ +windowrule = fullscreen, class:^(com.libretro.RetroArch)$ + # Just dash of opacity windowrule = opacity 0.97 0.9, class:.* windowrule = opacity 1 0.97, class:^(Chromium|chromium|google-chrome|google-chrome-unstable)$ windowrule = opacity 1 1, initialTitle:^(youtube.com_/)$ # Youtube windowrule = opacity 1 1, class:^(zoom|vlc|org.kde.kdenlive|com.obsproject.Studio|com.github.PintaProject.Pinta)$ +windowrule = opacity 1 1, class:^(com.libretro.RetroArch|steam)$ # Fix some dragging issues with XWayland windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0