Skip to content

Commit 3a7162b

Browse files
committed
tweaks
1 parent caf29ae commit 3a7162b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

root/defaults/startwm.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ setterm blank 0
1111
setterm powerdown 0
1212

1313
# Dbus defaults
14-
export XDG_RUNTIME_DIR="/tmp/xdg-runtime-${PUID}"
14+
export XDG_RUNTIME_DIR="/tmp/xdg-runtime-abc"
1515
mkdir -p -m700 "${XDG_RUNTIME_DIR}"
16-
chown -R "${PUID}:${PGID}" "${XDG_RUNTIME_DIR}"
1716

1817
# Start DE
1918
exec dbus-launch --exit-with-session /usr/bin/i3 > /dev/null 2>&1

0 commit comments

Comments
 (0)