steamcompmgr: Enable Gamescope WSI layer by default in nested

Hopefully this has had enough testing and can be used now.

At the very least, this will help us smoke out some issues.
This commit is contained in:
Joshua Ashton 2023-09-26 06:16:11 +01:00 committed by Joshie
parent 5151250d94
commit 6b6ffcdaf8

View file

@ -6402,6 +6402,8 @@ spawn_client( char **argv )
unsetenv( "ENABLE_VKBASALT" );
// Enable Gamescope WSI by default for nested.
setenv( "ENABLE_GAMESCOPE_WSI", "1", 0 );
execvp( argv[ 0 ], argv );
xwm_log.errorf_errno( "execvp failed" );