X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=index.html;h=296498c222f1bff0c21022fda753673d67849b63;hb=b8e2a9ab542c0ccd1c803f803834b99d4c487fbc;hp=e13994a78a2a15c15ad613b6aee1e53d1868a989;hpb=bf4dc5352ad6c9382f452b74574708b30c5ca011;p=i3%2Fi3.github.io diff --git a/index.html b/index.html index e13994a..296498c 100644 --- a/index.html +++ b/index.html @@ -22,7 +22,7 @@ title: Your New Jekyll Site ➡ Download the latest version - 4.9 + 4.14.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: +

    + +