Add X-backed Wine install wrapper
This commit is contained in:
@@ -30,6 +30,13 @@ export MESA_GL_VERSION_OVERRIDE=3.2
|
||||
export DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
|
||||
export DBUS_SESSION_BUS_PID
|
||||
|
||||
if [[ "${STORMUX_X_SESSION_MODE:-}" == "install" ]]; then
|
||||
run_install_session_command
|
||||
launchStatus=$?
|
||||
pkill -15 Xorg
|
||||
exit "$launchStatus"
|
||||
fi
|
||||
|
||||
dwm &
|
||||
xbindkeys
|
||||
|
||||
|
||||
Reference in New Issue
Block a user