This commit is contained in:
natemaia
2018-05-08 00:34:04 -07:00
parent 2d8afde54c
commit 2a85e57d47
12 changed files with 39 additions and 999 deletions

View File

@ -4,14 +4,11 @@
# To set your language for displaying messages and time/date formats, use the following:
# LANG=en_US.UTF8
# GNOME Keyring
export "$(gnome-keyring-daemon --start --components=pkcs11,secrets)"
# xdg-open applications
export XDG_CURRENT_DESKTOP=XFCE
export DE="xfce"
# export XDG_CURRENT_DESKTOP=XFCE
# export DE="xfce"
# dbus with openbox
if which dbus-launch >/dev/null && test -z "$DBUS_SESSION_BUS_ADDRESS"; then
eval "$(dbus-launch --sh-syntax --exit-with-session)"
fi
# # dbus with openbox
# if which dbus-launch >/dev/null && test -z "$DBUS_SESSION_BUS_ADDRESS"; then
# eval "$(dbus-launch --sh-syntax --exit-with-session)"
# fi