make bitwarden float
This commit is contained in:
parent
33ddd0f671
commit
34c3ce755d
|
@ -73,6 +73,11 @@ in with lib; {
|
||||||
command = "floating enable";
|
command = "floating enable";
|
||||||
criteria = { app_id = "pinentry-qt"; };
|
criteria = { app_id = "pinentry-qt"; };
|
||||||
}
|
}
|
||||||
|
# Make bitwarden float
|
||||||
|
{
|
||||||
|
command = "floating enable";
|
||||||
|
criteria = { title = ".*Bitwarden.*"; };
|
||||||
|
}
|
||||||
# Make swayimg float, this is required to make it work
|
# Make swayimg float, this is required to make it work
|
||||||
{
|
{
|
||||||
command = "floating enable";
|
command = "floating enable";
|
||||||
|
|
Loading…
Reference in New Issue