diff --git a/modules/linux/home-manager/hyprland.nix b/modules/linux/home-manager/hyprland.nix index d101efd..63c23f2 100644 --- a/modules/linux/home-manager/hyprland.nix +++ b/modules/linux/home-manager/hyprland.nix @@ -311,13 +311,13 @@ 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)$" + "workspace 1, match:class ^(zen-beta)$" # Move to workspace 5 "workspace 5, match:class ^(vesktop)$"