#
# Exported variables (internal configuration)
#
-version = "1.3.4"
+version = "1.4.0"
tools_src = os.path.normpath(os.path.realpath(__file__) + "/../../..")
# Keys saved in the config file (mostly what we ask in 'waydroid init')
"wayland_display": str(os.environ.get('WAYLAND_DISPLAY')),
"pulse_runtime_path": str(os.environ.get('PULSE_RUNTIME_PATH')),
"state": "STOPPED",
- "lcd_density": "0"
+ "lcd_density": "0",
+ "background_start": "true"
}
session_defaults["config_path"] = defaults["work"] + "/session.cfg"
session_defaults["waydroid_data"] = session_defaults["xdg_data_home"] + \