summaryrefslogtreecommitdiff
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 62995cf..bdb270d 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -29,6 +29,6 @@ export XDG_STATE_HOME="${HOME}/.local/state"
# Auto-start wm on tty1
if [ -z "$DISPLAY" ] && [ "$(tty)" = "/dev/tty1" ]; then
- exec mango
+ exec dbus-launch mango
fi