From e9d7f5fb94d1eb5019ebdb6265019516191e4389 Mon Sep 17 00:00:00 2001 From: thelamer Date: Fri, 18 Jul 2025 20:10:18 -0400 Subject: [PATCH] init tweaks --- root/defaults/startwm.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/root/defaults/startwm.sh b/root/defaults/startwm.sh index a74a9071..b7b4400f 100755 --- a/root/defaults/startwm.sh +++ b/root/defaults/startwm.sh @@ -49,9 +49,5 @@ if which nvidia-smi && [ "${DISABLE_ZINK}" == "false" ]; then export GALLIUM_DRIVER=zink fi -# Dbus defaults -export XDG_RUNTIME_DIR="/tmp/xdg-runtime-abc" -mkdir -p -m700 "${XDG_RUNTIME_DIR}" - # Start DE exec dbus-launch --exit-with-session /usr/bin/startplasma-x11 > /dev/null 2>&1