init tweaks

This commit is contained in:
thelamer 2025-07-18 20:10:18 -04:00
parent b75b746aee
commit e9d7f5fb94
No known key found for this signature in database

View File

@ -49,9 +49,5 @@ if which nvidia-smi && [ "${DISABLE_ZINK}" == "false" ]; then
export GALLIUM_DRIVER=zink export GALLIUM_DRIVER=zink
fi fi
# Dbus defaults
export XDG_RUNTIME_DIR="/tmp/xdg-runtime-abc"
mkdir -p -m700 "${XDG_RUNTIME_DIR}"
# Start DE # Start DE
exec dbus-launch --exit-with-session /usr/bin/startplasma-x11 > /dev/null 2>&1 exec dbus-launch --exit-with-session /usr/bin/startplasma-x11 > /dev/null 2>&1