Open joebonrichie opened 1 year ago
Best I can do based off what I've worked on is minimize the fullscreen application during the invoke, which is quite disruptive. Mutter will otherwise respect the Application Window Properties specification on stacking order which mandates fullscreen applications are rendered on top of everything else. Of course, we could try un-fullscreening it and removing any titlebars, but that'd still result in resolution changes and who knows what other problems.
Of course fixing the actual keybinds would help too.
Could you not say move the full screen window to a hidden virtual desktop kind of thing (or workspace) and initiate the show desktop, then when it is invoked, it pulls the full screen window back to the current virtual desktop (workspace).
Budgie version
budgie-desktop 10.7 (git-437e1e1b9ddabd487003afce7de5d308896cbd64)
Use-cases
The most notable example is full screen games, where the user wants to alt-tab from the application to the desktop. Currently it is possible to alt-tab between currently running applications, or to press the super button to open the budgie menu and open a new application. However, it doesn't appear to be easily possible to minimize the full screen application to show the desktop.
Keyboard shortcuts:-
Example: https://i.imgur.com/27cSvFz.png
Proposal
Any of these solutions implemented would improve the situation:
References
No response