Minor cleanup to a few configs

This commit is contained in:
natemaia
2018-03-02 22:35:19 -08:00
parent 4188797e25
commit 0df43fe08f
5 changed files with 25 additions and 18 deletions

View File

@ -2,16 +2,16 @@
# vim:ft=sh
# To set your language for displaying messages and time/date formats, use the following:
#LANG=en_US.UTF8
# LANG=en_US.UTF8
## GNOME Keyring
# GNOME Keyring
export "$(gnome-keyring-daemon --start --components=pkcs11,secrets)"
# xdg-open applications
export XDG_CURRENT_DESKTOP=XFCE
export DE="xfce"
# D-bus with openbox
# 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