sway: float and center keepassxc

This commit is contained in:
Aly Raffauf 2024-05-15 00:09:51 -04:00
parent 402539ea45
commit aed685dd90

View file

@ -354,33 +354,16 @@
}; };
floating = { floating = {
criteria = [ criteria = [
{ {app_id = ".blueman-manager-wrapped";}
app_id = "Bitwarden"; {app_id = "Bitwarden";}
} {app_id = "blueberry.py";}
{ {app_id = "com.github.wwmm.easyeffects";}
app_id = "blueberry.py"; {app_id = "org.keepassxc.KeePassXC";}
} {app_id = "pavucontrol";}
{ {window_role = "bubble";}
app_id = ".blueman-manager-wrapped"; {window_role = "dialog";}
} {window_role = "pop-up";}
{ {window_type = "dialog";}
app_id = "pavucontrol";
}
{
app_id = "com.github.wwmm.easyeffects";
}
{
window_role = "dialog";
}
{
window_role = "pop-up";
}
{
window_role = "bubble";
}
{
window_type = "dialog";
}
]; ];
}; };
window = { window = {
@ -394,22 +377,20 @@
}; };
} }
{ {
command = "resize set 40ppt 60ppt"; command = "resize set 40ppt 60ppt; move position center";
criteria = { criteria = {app_id = "blueberry.py";};
app_id = "blueberry.py";
};
} }
{ {
command = "resize set 40ppt 60ppt"; command = "resize set 80ppt 80ppt; move position center";
criteria = { criteria = {app_id = "org.keepassxc.KeePassXC";};
app_id = ".blueman-manager-wrapped";
};
} }
{ {
command = "resize set 40ppt 60ppt"; command = "resize set 40ppt 60ppt; move position center";
criteria = { criteria = {app_id = ".blueman-manager-wrapped";};
app_id = "pavucontrol"; }
}; {
command = "resize set 40ppt 60ppt; move position center";
criteria = {app_id = "pavucontrol";};
} }
]; ];
}; };