From 3a72993fa6761181eaa4902941e5b69ce56a3321 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Mon, 3 Feb 2025 14:31:31 +0100 Subject: [PATCH] Make workspace 6 floating only --- modules/home-manager/hyprland.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/home-manager/hyprland.nix b/modules/home-manager/hyprland.nix index 646f531..b09e493 100644 --- a/modules/home-manager/hyprland.nix +++ b/modules/home-manager/hyprland.nix @@ -243,6 +243,9 @@ # Allow tearing for sifu "immediate, class:^(steam_app_2138710)$" + + # Make workspace 6 a floating layout + "float, workspace:6" ]; }; };