workspaces-by-open-apps
workspaces-by-open-apps copied to clipboard
Issue when the workspaces are empty.
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.