X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=index.html;h=9b77893fe2e23258a4e1a6446f78a0061497bb97;hb=b8427f5c8207ac6f1525e99bba16b44553a36223;hp=80d8c1391228831c48bcd1231f584ade1056a4fc;hpb=042e2f340396c784b0c2f9f61891f872024843f2;p=i3%2Fi3.github.io diff --git a/index.html b/index.html index 80d8c13..9b77893 100644 --- a/index.html +++ b/index.html @@ -22,7 +22,7 @@ title: Your New Jekyll Site ➡ Download the latest version - 4.10.3 + 4.13 @@ -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: +

    + +