This repository has been archived on 2024-09-01. You can view files and clone it, but cannot push or open issues or pull requests.
al-skel/home/.config/openbox/environment

18 lines
454 B
Plaintext
Raw Normal View History

2018-02-20 19:53:49 -06:00
# environment
# vim:ft=sh
2017-10-16 14:38:02 -05:00
# To set your language for displaying messages and time/date formats, use the following:
#LANG=en_US.UTF8
## GNOME Keyring
2018-02-20 19:53:49 -06:00
export "$(gnome-keyring-daemon --start --components=pkcs11,secrets)"
2017-10-16 14:38:02 -05:00
# xdg-open applications
2017-10-16 14:38:02 -05:00
export XDG_CURRENT_DESKTOP=XFCE
export DE="xfce"
# D-bus with openbox
2017-10-16 14:38:02 -05:00
if which dbus-launch >/dev/null && test -z "$DBUS_SESSION_BUS_ADDRESS"; then
2018-02-20 19:53:49 -06:00
eval "$(dbus-launch --sh-syntax --exit-with-session)"
2017-10-16 14:38:02 -05:00
fi