aboutsummaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bash_profile b/.bash_profile
index e8ae3be..413fee3 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -36,5 +36,5 @@ export VIMINIT="source $MYVIMRC"
# Auto-start wm on tty1
if [ -z "$DISPLAY" ] && [ "$(tty)" = "/dev/tty1" ]; then
- exec dbus-launch mango
+ exec dbus-launch --exit-with-session mango
fi