Update menus

This commit is contained in:
natemaia
2018-02-20 17:53:49 -08:00
parent 8276b70be2
commit f5fd85b9f5
5 changed files with 15 additions and 10 deletions

View File

@ -1,12 +1,11 @@
#
# User-specific variables should be placed in $HOME/.config/openbox/environment
#
# environment
# vim:ft=sh
# 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)
export "$(gnome-keyring-daemon --start --components=pkcs11,secrets)"
# xdg-open applications
export XDG_CURRENT_DESKTOP=XFCE
@ -14,5 +13,5 @@ export DE="xfce"
# D-bus with openbox
if which dbus-launch >/dev/null && test -z "$DBUS_SESSION_BUS_ADDRESS"; then
eval `dbus-launch --sh-syntax --exit-with-session`
eval "$(dbus-launch --sh-syntax --exit-with-session)"
fi