workspaces-by-open-apps icon indicating copy to clipboard operation
workspaces-by-open-apps copied to clipboard

Issue when the workspaces are empty.

Open oaavahid opened this issue 9 months ago • 3 comments

Hello, and thanks for the nice extension.

When all the workspaces are empty, there is a "gear" icon appearing in workspace 1. After each update, I will have to apply a manual fix to extension.js to get rid of it. Perhaps, you could already fix this in the code. The following is the solution:

I added this additional line: if (app.get_id().match(/window/i)) return false;

After this existing line: const app = Shell.WindowTracker.get_default().get_window_app(win)

Thank you.

oaavahid avatar May 22 '24 14:05 oaavahid