Ignore Drawing Panel Java window

This commit is contained in:
Elnu 2023-02-09 14:38:24 -08:00
parent 13d2b18cc9
commit f58648c3a1

View file

@ -110,6 +110,10 @@ in with theme.colors; {
command = "floating enable"; command = "floating enable";
criteria = { class = "PureRef"; }; criteria = { class = "PureRef"; };
} }
{
command = "floating enable";
criteria = { title = "Drawing Panel"; };
}
]; ];
bars = []; bars = [];
}; };