iso-profiles/a/bob-rescue/desktop-overlay-unused/etc/skel/.xprofile
Frede Hundewadt f1c305133f bob naming
2024-04-28 19:12:17 +02: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