Skip to content

Commit 7fb6041

Browse files
committed
tweaks
1 parent 1ce5755 commit 7fb6041

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
@@ -5,9 +5,8 @@ setterm blank 0
55
setterm powerdown 0
66

77
# Dbus defaults
8-
export XDG_RUNTIME_DIR="/tmp/xdg-runtime-${PUID}"
8+
export XDG_RUNTIME_DIR="/tmp/xdg-runtime-abc"
99
mkdir -p -m700 "${XDG_RUNTIME_DIR}"
10-
chown -R "${PUID}:${PGID}" "${XDG_RUNTIME_DIR}"
1110

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

0 commit comments

Comments
 (0)