make firefox sharing indicator floating

master
Yorick van Pelt 2023-08-21 15:34:26 +02:00
parent 463e217630
commit bdfa5d1777
Signed by: yorick
GPG Key ID: D8D3CC6D951384DE
1 changed files with 4 additions and 0 deletions

View File

@ -155,6 +155,10 @@ in {
criteria.app_id = "emacs";
command = "opacity 0.95";
}
{
criteria.title = "Firefox Sharing Indicator";
command = "floating enable";
}
];
startup = [
{ command = "mako"; }