Fix install-session startx wrapper

This commit is contained in:
Storm Dragon
2026-04-23 16:08:20 -04:00
parent c0ac5dbf4b
commit 085ba2bcca
3 changed files with 17 additions and 10 deletions
-7
View File
@@ -30,13 +30,6 @@ 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