X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=index.html;h=2a0265c4cf3ff9da8bacc40b7dac048491d20db6;hb=16ab9b7f27367ba3000bc5ac415c4ac8fdb53434;hp=8d255b73be0318a24497470849e2d08a06330ec7;hpb=4c9d529f28324a01fbf3d5a0de42aa74a7169657;p=i3%2Fi3.github.io diff --git a/index.html b/index.html index 8d255b7..2a0265c 100644 --- a/index.html +++ b/index.html @@ -22,7 +22,7 @@ title: Your New Jekyll Site ➡ Download the latest version - 4.10.2 + 4.14 @@ -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: +

    + +