Make portal windows float in sway

This commit is contained in:
Natsu Kagami 2024-06-06 21:15:38 +02:00
parent a6b28f8c05
commit 97a162786f
Signed by: nki
GPG key ID: 55A032EB38B49ADB

View file

@ -315,6 +315,7 @@ in
let
criterias = [
{ app_id = ".*float.*"; }
{ app_id = "org\\.freedesktop\\.impl\\.portal\\.desktop\\..*"; }
{ class = ".*float.*"; }
{ title = "Extension: .*Bitwarden.*"; }
];