Make tree-style-tabs close confirmation floating

This commit is contained in:
Jakob Lechner 2024-11-08 14:42:26 +01:00
parent 525be5d0d0
commit 27309cea2c

View file

@ -286,6 +286,13 @@ in
criteria = { app_id = "firefox"; title = "Firefox Sharing Indicator"; };
command = "kill";
}
{
criteria = {
app_id = "firefox-esr";
title = "Extension: \\\\(Tree Style Tab\\\\) - Close tabs\\\\? Mozilla Firefox";
};
command = "floating enable";
}
];
window.border = 2;