
Un-Minimize FullScreen On Desktop Switch
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Most fullscreen games will minimize when you switch virtual desktops. When you return to the desktop, the game is still minimized. This script will un-minimize the window if it's the only window on the desktop.
v3 - December 9 2018 2 years ago
* Also un-minimize + focus a borderless window that is the same size as the screen (or larger in GS:GO's case).
v3 - December 9 2018 2 years ago
* Also un-minimize + focus a borderless window that is the same size as the screen (or larger in GS:GO's case).
v2 - December 8 2018 2 years ago
* Focus the window un-minimized window with `workspace.activeClient = client`.
mirkogennari
4 months ago
Report