wrap dbus

This commit is contained in:
thelamer 2025-07-16 18:02:45 -04:00
parent 1aefe73518
commit 6634cc7fc7
No known key found for this signature in database

View File

@ -7,7 +7,13 @@ if which nvidia-smi; then
export GALLIUM_DRIVER=zink
fi
# Launch DE
setterm blank 0
setterm powerdown 0
/usr/bin/i3 > /dev/null 2>&1
# Dbus defaults
export XDG_RUNTIME_DIR="/tmp/xdg-runtime-${PUID}"
mkdir -p -m700 "${XDG_RUNTIME_DIR}"
chown -R "${PUID}:${PGID}" "${XDG_RUNTIME_DIR}"
# Start DE
exec dbus-launch --exit-with-session /usr/bin/i3 > /dev/null 2>&1