aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-06-26 09:37:58 +0200
committerMattias Andrée <maandree@kth.se>2021-06-26 09:37:58 +0200
commit0e773e4d0638608bfe4345bf4b06e5b717b215a4 (patch)
tree627154e52183a6511a6b4550842e4a384ebc47ed
parentxmonad: remove old session (diff)
downloaddotfiles-0e773e4d0638608bfe4345bf4b06e5b717b215a4.tar.gz
dotfiles-0e773e4d0638608bfe4345bf4b06e5b717b215a4.tar.bz2
dotfiles-0e773e4d0638608bfe4345bf4b06e5b717b215a4.tar.xz
bus xinitrc: create display bus, not audio bus
Signed-off-by: Mattias Andrée <maandree@kth.se>
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}"