DSK: Don't manually start kdeinit5

This commit is contained in:
Salt 2019-01-22 13:56:04 -06:00
parent ea0bbef95e
commit a6b7ebef5a

View File

@ -44,8 +44,6 @@ elif command -v nitrogen > /dev/null 2>&1; then
fi
if [ -z "$DSK_FLAG_HASRESTARTED" ]; then
# KDE initialization
command -v kdeinit5 > /dev/null 2>&1 && kdeinit5
# XRDB
[ -r ~/.Xresources ] && xrdb ~/.Xresources
for file in "$XDG_CONFIG_HOME"/xrdb/*.xresources; do