Skip to content

Commit eeba792

Browse files
committed
wrap dbus
1 parent 51c152a commit eeba792

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

root/defaults/startwm.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ fi
1212
setterm blank 0
1313
setterm powerdown 0
1414

15-
# Direcotries
15+
# Directories
1616
sudo rm -f /usr/share/dbus-1/system-services/org.freedesktop.UDisks2.service
1717
mkdir -p "${HOME}/.config/autostart" "${HOME}/.XDG" "${HOME}/.local/share/"
1818
chmod 700 "${HOME}/.XDG"
@@ -49,6 +49,6 @@ if which nvidia-smi && [ "${DISABLE_ZINK}" == "false" ]; then
4949
export GALLIUM_DRIVER=zink
5050
fi
5151

52-
# Stat DE
52+
# Start DE
5353
unset LD_PRELOAD
54-
dbus-launch /usr/bin/startplasma-x11 > /dev/null 2>&1
54+
exec dbus-launch /usr/bin/startplasma-x11 > /dev/null 2>&1

0 commit comments

Comments
 (0)