Clean up configs, remove bashrc conflicting with bash
This commit is contained in:
@ -8,15 +8,13 @@
|
||||
## GNOME Keyring
|
||||
export $(gnome-keyring-daemon --start --components=pkcs11,secrets)
|
||||
|
||||
#xdg-autostart GNOME XFCE LXDE XFCE
|
||||
|
||||
## Modify xdg-open behaviour
|
||||
# xdg-open applications
|
||||
export XDG_CURRENT_DESKTOP=XFCE
|
||||
export DE="xfce"
|
||||
|
||||
# fix for D-bus with openbox
|
||||
# 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
|
||||
|
||||
QT_QPA_PLATFORMTHEME=qt5ct
|
||||
|
Reference in New Issue
Block a user