Add X-backed Wine install wrapper

This commit is contained in:
Storm Dragon
2026-04-23 15:45:41 -04:00
parent ae4e43cabf
commit c0ac5dbf4b
4 changed files with 49 additions and 1 deletions
+7
View File
@@ -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