diff options
Diffstat (limited to 'bus/xinit')
-rw-r--r-- | bus/xinit | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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}" |