From f67fa546d7005c9e47a0abfef1bb9726476d209c Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sun, 5 Jan 2025 07:21:26 +0000 Subject: [PATCH] Add window rule to centre come Steam popups --- system/home/hyprland.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/system/home/hyprland.nix b/system/home/hyprland.nix index 5addb096..2fb4f2a8 100644 --- a/system/home/hyprland.nix +++ b/system/home/hyprland.nix @@ -304,12 +304,13 @@ "workspace 7 silent, title:(notification)(.*),class:steam" "float, title:Friends List,class:steam" "size 400 600, title:Friends List,class:steam" - "float, title:(.*)(Chat),class:steam" - "size 800 600, title:(.*)(Chat),class:steam" + "center, title:Friends List,class:steam" "float, title:Steam Settings,class:steam" "size 800 600, title:Steam Settings,class:steam" + "center, title:Steam Settings,class:steam" "float, title:(.*)(Controller Layout),class:steam" "size 1200 800, title:(.*)(Controller Layout),class:steam" + "center, title:(.*)(Controller Layout),class:steam" # NoMachine "suppressevent fullscreen maximize, class:Nxplayer.bin"