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:
parent
5151250d94
commit
6b6ffcdaf8
1 changed files with 2 additions and 0 deletions
|
|
@ -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" );
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue