diff options
-rw-r--r-- | .config/login.sh | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/.config/login.sh b/.config/login.sh index a74cd95..e3ada59 100644 --- a/.config/login.sh +++ b/.config/login.sh @@ -1,4 +1,3 @@ - #!/bin/bash # ~/.profile: executed by the command interpreter for login shells. # Should be whether logging in graphically or not. @@ -77,15 +76,15 @@ if [[ -z $XAUTHORITY ]]; then fi # D-Bus -if [[ -z $DBUS_SESSION_BUS_ADDRESS ]] && type dbus-launch &>/dev/null; then - # I want a separate instance for each login - #dbus-launch > "${HOME}/.cache/sessions/dbus" - #. "${HOME}/.cache/sessions/dbus" - eval `dbus-launch` - - export DBUS_SESSION_BUS_ADDRESS - export DBUS_SESSION_BUS_PID -fi +# if [[ -z $DBUS_SESSION_BUS_ADDRESS ]] && type dbus-launch &>/dev/null; then +# # I want a separate instance for each login +# #dbus-launch > "${HOME}/.cache/sessions/dbus" +# #. "${HOME}/.cache/sessions/dbus" +# eval `dbus-launch` + +# export DBUS_SESSION_BUS_ADDRESS +# export DBUS_SESSION_BUS_PID +# fi # Load any box-specific stuff if [[ -f "$XDG_CONFIG_HOME/login.local.sh" ]]; then |