mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-25 15:51:54 -05:00
sway: add floating rules for blueman
This commit is contained in:
parent
c1b4c26f7a
commit
e79e29fea5
|
@ -374,6 +374,9 @@
|
||||||
{
|
{
|
||||||
app_id = "blueberry.py";
|
app_id = "blueberry.py";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
app_id = ".blueman-manager-wrapped";
|
||||||
|
}
|
||||||
{
|
{
|
||||||
app_id = "pavucontrol";
|
app_id = "pavucontrol";
|
||||||
}
|
}
|
||||||
|
@ -410,6 +413,12 @@
|
||||||
app_id = "blueberry.py";
|
app_id = "blueberry.py";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
command = "resize set 40ppt 60ppt";
|
||||||
|
criteria = {
|
||||||
|
app_id = ".blueman-manager-wrapped";
|
||||||
|
};
|
||||||
|
}
|
||||||
{
|
{
|
||||||
command = "resize set 40ppt 60ppt";
|
command = "resize set 40ppt 60ppt";
|
||||||
criteria = {
|
criteria = {
|
||||||
|
|
Loading…
Reference in a new issue