From 97019e7840b817de717de648af6f98a665fcd821 Mon Sep 17 00:00:00 2001 From: 514fpv Date: Mon, 8 Apr 2024 11:24:37 +0800 Subject: [PATCH] fix(auth): float Bitwarden windows --- home/auth/home.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/auth/home.nix b/home/auth/home.nix index ee07ceed..1e86f8e1 100644 --- a/home/auth/home.nix +++ b/home/auth/home.nix @@ -30,4 +30,8 @@ "sf.514fpv.io".port = 8087; }; }; + + wayland.windowManager.sway.config.window.commands = mkIf config.passthrough.gui [ + { criteria.title = "Bitwarden"; command = "floating enable"; } + ]; }