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"; } + ]; }