OSDN Git Service

initial commit
[pacbang-linux/iso-manjaro.git] / desktop-overlay / etc / skel / .xprofile
1 # .xprofile
2 # vim:ft=sh
3 # lightdm sources this file at boot
4 # as well as our own xinitrc with startx
5
6 export XDG_CONFIG_HOME=$HOME/.config
7
8 if which dbus-launch >/dev/null && test -z "$DBUS_SESSION_BUS_ADDRESS"; then
9     eval "$(dbus-launch --sh-syntax --exit-with-session)"
10 fi