From 1c676834065d073cc1d03d38c655121c97f59bfe Mon Sep 17 00:00:00 2001 From: Uli Schlachter Date: Wed, 10 Mar 2021 15:25:16 +0100 Subject: [PATCH] Make this sound less "X11 is horrible" Signed-off-by: Uli Schlachter --- docs/testsuite | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/testsuite b/docs/testsuite index 0e90503c1..d681549ce 100644 --- a/docs/testsuite +++ b/docs/testsuite @@ -593,9 +593,9 @@ Because i3bar reacts with a sync IPC command to i3, all previous IPC commands fr i3bar will be handled first. Because i3 reacts via X11, all previous X11 requests from i3 will be handled by the X11 server first. -The actual test also has to sync with i3 first due to how X11 handling works. If -you really want to know more, I am sorry for you and recommend to read up on -XAllowEvents with mode ReplayPointer. +The actual test also has to sync with i3 first due to how X11 handling works. +For more details, refer to the documentation for +XAllowEvents+ with mode ++ReplayPointer+. == Appendix C: Socket activation