aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bus/xinit4
1 files changed, 2 insertions, 2 deletions
diff --git a/bus/xinit b/bus/xinit
index de6c824..95ad194 100644
--- a/bus/xinit
+++ b/bus/xinit
@@ -5,5 +5,5 @@ if test -z "${XDG_RUNTIME_DIR}"; then
export XDG_RUNTIME_DIR='/tmp/.~'"$(whoami)"
fi
mkdir -p "${XDG_RUNTIME_DIR}/@bus"
-export BUS_AUDIO="${XDG_RUNTIME_DIR}/@bus/audio"
-bus create "${BUS_AUDIO}"
+export BUS_DISPLAY="${XDG_RUNTIME_DIR}/@bus/display-${DISPLAY}"
+bus create "${BUS_DISPLAY}"