From 4d6b72598c88f1f1aedc6a58bc1eb42d54bfccfb Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Sun, 30 Nov 2025 12:24:41 +0100 Subject: [PATCH 1/2] 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)$" From 3b78f43cc88d52ba2cb4039abfe690768158552c Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Sun, 30 Nov 2025 12:24:55 +0100 Subject: [PATCH 2/2] feat(hyprland): change from qutebrowser to zen browser. --- modules/linux/home-manager/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/linux/home-manager/hyprland.nix b/modules/linux/home-manager/hyprland.nix index c0867c5..63c23f2 100644 --- a/modules/linux/home-manager/hyprland.nix +++ b/modules/linux/home-manager/hyprland.nix @@ -317,7 +317,7 @@ in { "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)$"