From 5b48117a09d5255f751f7d2387efc44bd6cd39d4 Mon Sep 17 00:00:00 2001 From: Robert Swiecki Date: Tue, 3 Jan 2023 08:11:47 +0100 Subject: [PATCH] configs/xchat: mount whole /tmp/.X11-unix --- configs/xchat-with-net.cfg | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/configs/xchat-with-net.cfg b/configs/xchat-with-net.cfg index 84f448a..f34489b 100644 --- a/configs/xchat-with-net.cfg +++ b/configs/xchat-with-net.cfg @@ -135,15 +135,8 @@ mount { } mount { - src: "/tmp/.X11-unix/X0" - dst: "/tmp/.X11-unix/X0" - is_bind: true - mandatory: false -} - -mount { - src: "/tmp/.X11-unix/X1" - dst: "/tmp/.X11-unix/X1" + src: "/tmp/.X11-unix" + dst: "/tmp/.X11-unix" is_bind: true mandatory: false }