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