We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19d6f0f commit 34d4521Copy full SHA for 34d4521
1 file changed
root/defaults/startwm.sh
@@ -4,5 +4,10 @@
4
setterm blank 0
5
setterm powerdown 0
6
7
+# Dbus defaults
8
+export XDG_RUNTIME_DIR="/tmp/xdg-runtime-${PUID}"
9
+mkdir -p -m700 "${XDG_RUNTIME_DIR}"
10
+chown -R "${PUID}:${PGID}" "${XDG_RUNTIME_DIR}"
11
+
12
# Start DE
-/usr/bin/i3 > /dev/null 2>&1
13
+exec dbus-launch --exit-with-session /usr/bin/i3 > /dev/null 2>&1
0 commit comments