We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1f2ea4 commit 9616931Copy full SHA for 9616931
src/config.ts
@@ -61,6 +61,7 @@ export const SKIPTASKBAR_EXCEPTIONS: Array<WindowRule> = [
61
{ class: "Conky", },
62
{ class: "Guake", },
63
{ class: "Com.github.amezin.ddterm", },
64
+ { class: "plank", },
65
];
66
67
export interface FloatRule {
0 commit comments