home: wm: i3: match 'blueman' float explicitly

This is more of a work-around due to the wrapper in nixpkgs' packaging
of that application, so might as well make that explicit and narrow.
This commit is contained in:
Bruno BELANYI 2024-12-18 20:45:52 -05:00
parent c75a307c58
commit ead8101b8d

View file

@ -129,7 +129,7 @@ in
{ class = "^Thunderbird$"; instance = "Mailnews"; window_role = "filterlist"; }
{ class = "^pavucontrol.*$"; }
{ class = "^Arandr$"; }
{ class = ".?blueman-manager.*$"; }
{ class = "^\\.blueman-manager-wrapped$"; }
];
};