configs/xchat: mount whole /tmp/.X11-unix

This commit is contained in:
Robert Swiecki 2023-01-03 08:11:47 +01:00
parent c7c0adfffe
commit 5b48117a09

View File

@ -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
}