From 09a7f56ed4d879a223b80a2ea8d47e93d28dd951 Mon Sep 17 00:00:00 2001 From: thelamer Date: Fri, 18 Jul 2025 20:30:55 -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 c4040e1e..208afba9 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