-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gnome 40.4, Maximize to new empty workspace works, back to windowed does not go back to original workspace #3
Comments
Most likely a conflict with one of your other extensions. Multiple extensions may be overwriting the window-resizing handlers and create conflicting behaviors. If you have any "window tiling" extensions, those may be the culprit. I literally used this extension on GNOME 40 just like you and its behavior was insanely robust, as described in ticket /2 here. |
Similar problem here. I have exactly the same plugins on two of my devices, but on one of them the plugin creates an empty workspace at the end, and cannot go back to the original |
For me it doesn't work for following:
If the original state was not maximized then it works as expected. |
Checked code (as someone who can somewhat understand code :D) When the window is (minimalized/ non fullscreen/removed) your view and window should go to n-1 workspace (or stay on first workspace). When the window is (*unminimalized /fullscreen) your view should go to new workspace and window should be fullscreened. Function backto(win) should make it happen.
|
Like the title says really. Works great for maximizing, but to have then manually move your windows back to the workspace it came from is quite a bother.
The text was updated successfully, but these errors were encountered: