X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=index.html;h=5389e5fc484b9d650c0826e0407120e0555a9528;hb=a89fac6a7e395d2879b45eac8c458eb01fd3cfc8;hp=d8f9f4998729ec7c7e18c672c315048a05ba2c3d;hpb=feed2bf61768ea31a800abb4f8f9e374c2774a11;p=i3%2Fi3.github.io diff --git a/index.html b/index.html index d8f9f49..5389e5f 100644 --- a/index.html +++ b/index.html @@ -22,7 +22,7 @@ title: Your New Jekyll Site ➡ Download the latest version - 4.8 + 4.16.1 @@ -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 @@ -67,12 +66,6 @@ we agreed upon the following goals for i3: when in the 'resize' mode than when you are in the default mode, for example.
  • -
  • - Do not use programs such as autoconf/automake for configuration and - creating unreadable/broken makefiles. Instead, use a clean makefile which automatically - enables/disables features for specific platforms. Also, document the dependencies - properly, so that package maintainers have an easy job packaging i3. -
  • Implement an IPC interface for other programs. Provide subscription to certain events and accept commands. @@ -92,5 +85,29 @@ we agreed upon the following goals for i3: of code. If it needs to be a bit bigger, it will be.
  • + +

    +In addition to these stated goals, we try our best to uphold the following +values when considering contributions to the project: +

    + +