Update menu with new system pipemenu & cleanup some configs

This commit is contained in:
natemaia
2018-02-20 05:55:53 -08:00
parent d26d4d16ba
commit 8276b70be2
13 changed files with 1130 additions and 1225 deletions

View File

@ -18,5 +18,5 @@ if [ -d "/usr/sbin" ]; then
fi
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