Ignore Drawing Panel Java window
This commit is contained in:
parent
13d2b18cc9
commit
f58648c3a1
1 changed files with 4 additions and 0 deletions
|
@ -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 = [];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue