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 fab66e1 commit a3a1b7bCopy full SHA for a3a1b7b
src/config.ts
@@ -44,7 +44,6 @@ export const DEFAULT_FLOAT_RULES: Array<FloatRule> = [
44
{ class: "TelegramDesktop", title: "Media viewer" },
45
{ class: "Zotero", title: "Quick Format Citation" },
46
{ class: "firefox", title: "^(?!.*Mozilla Firefox).*$" },
47
- { class: "gjs" },
48
{ class: "gnome-screenshot" },
49
{ class: "ibus-.*" },
50
{ class: "jetbrains-toolbox" },
@@ -73,6 +72,7 @@ export interface WindowRule {
73
72
*/
74
export const SKIPTASKBAR_EXCEPTIONS: Array<WindowRule> = [
75
{ class: "Conky", },
+ { class: "gjs" },
76
{ class: "Guake", },
77
{ class: "Com.github.amezin.ddterm", },
78
{ class: "plank", },
0 commit comments