From 0e773e4d0638608bfe4345bf4b06e5b717b215a4 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 26 Jun 2021 09:37:58 +0200 Subject: bus xinitrc: create display bus, not audio bus MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- bus/xinit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bus') 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}" -- cgit v1.2.3-70-g09d2