iso-profiles/a/rescue/desktop-overlay-unused/etc/skel/.xprofile
Frede Hundewadt 9f7cefc315 Revert "experimenting"
This reverts commit ce220542f4.
2024-03-10 18:34:43 +01:00

11 lines
313 B
Bash

# .xprofile
# vim:ft=sh
# lightdm sources this file at boot
# as well as our own xinitrc with startx
export QT_QPA_PLATFORMTHEME="lxqt"
export XDG_CONFIG_HOME=$HOME/.config
if which dbus-launch >/dev/null && test -z "$DBUS_SESSION_BUS_ADDRESS"; then
eval "$(dbus-launch --sh-syntax --exit-with-session)"
fi