mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 02:53:55 -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 = ".blueman-manager-wrapped";
|
||||
}
|
||||
{
|
||||
app_id = "pavucontrol";
|
||||
}
|
||||
|
@ -410,6 +413,12 @@
|
|||
app_id = "blueberry.py";
|
||||
};
|
||||
}
|
||||
{
|
||||
command = "resize set 40ppt 60ppt";
|
||||
criteria = {
|
||||
app_id = ".blueman-manager-wrapped";
|
||||
};
|
||||
}
|
||||
{
|
||||
command = "resize set 40ppt 60ppt";
|
||||
criteria = {
|
||||
|
|
Loading…
Reference in a new issue