From 4d6b72598c88f1f1aedc6a58bc1eb42d54bfccfb Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Sun, 30 Nov 2025 12:24:41 +0100 Subject: [PATCH] feat(hyprand): fix floating not working with new syntax. --- modules/linux/home-manager/hyprland.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/linux/home-manager/hyprland.nix b/modules/linux/home-manager/hyprland.nix index d101efd..c0867c5 100644 --- a/modules/linux/home-manager/hyprland.nix +++ b/modules/linux/home-manager/hyprland.nix @@ -311,10 +311,10 @@ in { "no_anim match:class ^(ueberzugpp.*)$" # Make workspace 6 a floating layout - "float match:workspace 6" + "float 1, match:workspace 6" # Make keepassxc floating - "float match:class ^(org.keepassxc.KeePassXC)$" + "float 1, match:class ^(org.keepassxc.KeePassXC)$" # Move to workspace 1 "workspace 1, match:class ^(org.qutebrowser.qutebrowser)$"