From 5613936062aa6f96f0ce6be43ca2182eb34a02bb Mon Sep 17 00:00:00 2001 From: 514fpv Date: Mon, 8 Apr 2024 11:24:37 +0800 Subject: [PATCH] home(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"; } + ]; }