From a6b7ebef5acfd09164a349875bfe18a0b5e78e73 Mon Sep 17 00:00:00 2001 From: Salt Date: Tue, 22 Jan 2019 13:56:04 -0600 Subject: [PATCH] DSK: Don't manually start kdeinit5 --- .config/dsk/dskrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/.config/dsk/dskrc b/.config/dsk/dskrc index 5fe3a8cc..c9d6f328 100755 --- a/.config/dsk/dskrc +++ b/.config/dsk/dskrc @@ -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