From 671a82a773b072fd0710259f79a3be4aff6027e2 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Tue, 17 Nov 2015 21:06:13 +0100 Subject: [PATCH] xcb by now supports XKB, so remove that outdated statement. --- index.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 4f5af43..4e31892 100644 --- a/index.html +++ b/index.html @@ -48,9 +48,8 @@ we agreed upon the following goals for i3: process a Window Manager is responsible of by just reading the source code.
  • - Use xcb as far as possible (it does not provide functions for some features - yet, like XKB) instead of Xlib. xcb has a much cleaner API and should be faster - in quite a lot of situations. + Use xcb instead of Xlib. xcb has a much cleaner API and should be faster in + quite a lot of situations.
  • Implement multi-monitor correctly, that is by assigning each workspace to a -- 2.39.5