fix(auth): float Bitwarden windows

This commit is contained in:
514fpv 2024-04-08 11:24:37 +08:00
parent bd22ff72f8
commit 97019e7840
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

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