make bitwarden float

This commit is contained in:
Nathan McCarty 2023-01-27 20:28:11 -05:00
parent 33ddd0f671
commit 34c3ce755d
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 5 additions and 0 deletions

View File

@ -73,6 +73,11 @@ in with lib; {
command = "floating enable";
criteria = { app_id = "pinentry-qt"; };
}
# Make bitwarden float
{
command = "floating enable";
criteria = { title = ".*Bitwarden.*"; };
}
# Make swayimg float, this is required to make it work
{
command = "floating enable";