From fff8e7ac3aa1060c89dd9f95612740d20c3dc8ff Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Sun, 2 Feb 2025 17:51:57 +0530 Subject: [PATCH] feat: Don't make steam a floating window --- linux/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/hyprland.nix b/linux/hyprland.nix index e76000a1..d4b76105 100644 --- a/linux/hyprland.nix +++ b/linux/hyprland.nix @@ -121,7 +121,7 @@ # See https://wiki.hyprland.org/Configuring/Window-Rules/ for more windowrulev2 = [ - "float, title:^(Steam)$" + # "float, title:^(Steam)$" "float, title:^(Archetype.*)$" "float, class:(.*nextcloud.*)" "float, class:org.kde.kdeconnect.app"