diff options
Diffstat (limited to '_xinitrc')
-rw-r--r-- | _xinitrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,4 @@ +# -*- mode: sh; -*- # # ~/.xinitrc # @@ -35,6 +36,8 @@ case "${session}" in xfce|xfce4) exec dbus-launch --exit-with-session startxfce4;; openbox) + # Fix Qt5 application appearance when not running under KDE + export XDG_CURRENT_DESKTOP=KDE exec dbus-launch --exit-with-session openbox-session;; *) echo "ERROR: unknown session" >/dev/stderr |