how to i make some apps run fullscreen while other in regular wine windowed mode? some apps only run in wine windowed while other do fine with both.
cdoublejj wrote:> how to i make some apps run fullscreen while other in regular wine windowed mode?If you talking about virtual desktop mode then there are 2 ways: 1. Use separate wineprefix for each app 2. Run programs that require virtual desktop mode with this command: Code: wine explorer /desktop=wine_desktop,1024x768 app.exe