Skip to content

Commit a3a1b7b

Browse files
fix: assign gjs processes to the skip taskbar exceptions list
1 parent fab66e1 commit a3a1b7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ export const DEFAULT_FLOAT_RULES: Array<FloatRule> = [
4444
{ class: "TelegramDesktop", title: "Media viewer" },
4545
{ class: "Zotero", title: "Quick Format Citation" },
4646
{ class: "firefox", title: "^(?!.*Mozilla Firefox).*$" },
47-
{ class: "gjs" },
4847
{ class: "gnome-screenshot" },
4948
{ class: "ibus-.*" },
5049
{ class: "jetbrains-toolbox" },
@@ -73,6 +72,7 @@ export interface WindowRule {
7372
*/
7473
export const SKIPTASKBAR_EXCEPTIONS: Array<WindowRule> = [
7574
{ class: "Conky", },
75+
{ class: "gjs" },
7676
{ class: "Guake", },
7777
{ class: "Com.github.amezin.ddterm", },
7878
{ class: "plank", },

0 commit comments

Comments
 (0)