Minus Games Gui

Configuration Options

The Minus Games Gui uses the same options as the Minus Games Client and if the mode is set to Cli the Gui will behave like the client.

OptionDescriptionDefaultEnvironment VariableCommand Line Argument
fullscreenWhether to run in fullscreen mode.falseMINUS_GAMES_GUI_FULLSCREEN--fullscreen
modeThe mode to run the GUI in.GuiMINUS_GAMES_GUI_MODE--mode
themeThe theme of the GUI.LightMINUS_GAMES_GUI_THEME--theme
server_urlThe URL of the server.http://127.0.0.1:8415MINUS_GAMES_SERVER_URL--server-url <SERVER_URL>
client_folderThe folder where client data is stored../clientMINUS_GAMES_CLIENT_FOLDER--client-folder <CLIENT_FOLDER>
wine_exeThe path to the Wine executable (optional).Not set (no default)MINUS_GAMES_WINE_EXE--wine-exe <WINE_EXE>
wine_prefixThe path to the Wine prefix (optional).Not set (no default)MINUS_GAMES_WINE_PREFIX--wine-prefix <WINE_PREFIX>
verboseEnable verbose output.falseMINUS_GAMES_VERBOSE-v, --verbose
offlineRun in offline mode.falseMINUS_GAMES_OFFLINE-o, --offline
client_games_folderThe folder where client games are stored../client_gamesMINUS_GAMES_CLIENT_GAMES_FOLDER--client-games-folder <CLIENT_GAMES_FOLDER>
usernameThe username for authentication (optional).MINUS_GAMES_USERNAME--username <USERNAME>
passwordThe password for authentication (optional).MINUS_GAMES_PASSWORD--password <PASSWORD>
no-gamemoderunDisable the use of gamemoderun.false (i.e., gamemoderun is used by default)MINUS_GAMES_NO_GAMEMODERUN--no-gamemoderun
syncControls default synchronization behavior (e.g., for run-game).trueMINUS_GAMES_SYNC--sync
helpPrint help message or the help of the given subcommand(s).N/AN/A-h, --help
versionPrint version information.N/AN/A-V, --version