]> git.sur5r.net Git - i3/i3.github.io/blob - docs/4.6/index.html
docs: fix saved version numbers
[i3/i3.github.io] / docs / 4.6 / index.html
1 ---
2 layout: default
3 title: Docs
4 group: Docs
5 ---
6 <div id="content">
7 <h2>Documentation for i3 v4.6</h2>
8
9 <p>
10 One of i3’s goals is good documentation. The documents which you will find
11 below will hopefully answer all your questions. If you have any corrections or
12 suggestions please let us know!
13 </p>
14
15 <div class="docs">
16 <h2>For users</h2>
17
18 <p style="font-size: 100%; background-color: #444; border-radius: 5px; padding: 0.5em; width: 90%">
19 <a href="/docs/userguide.html" style="font-size: 125%"><strong>User’s Guide</strong></a><br>
20 Introduction and reference. Read this!
21 </p>
22
23 <p>
24 <a href="/docs/multi-monitor.html"><strong>Multi-monitor</strong></a><br>
25 Interesting for users of the nVidia driver.
26 </p>
27
28 <p>
29 <a href="/docs/debugging.html"><strong>Debugging i3</strong></a><br>
30 Explains you how to enable debug logging.
31 </p>
32
33 <p>
34 <a href="/docs/wsbar.html"><strong>External workspace bars</strong></a><br>
35 About bar programs such as i3bar or dzen2.
36 </p>
37
38 <p>
39 <a href="/docs/refcard.html"><strong>i3 reference card</strong></a><br>
40 Might be useful to memorize i3’s shortcuts.
41 </p>
42 </div>
43
44 <div class="docs">
45 <h2>For developers</h2>
46
47 <p style="padding-top: 1em">
48 <a href="/docs/hacking-howto.html"><strong>Hacking Howto</strong></a><br>
49 Helps you if you want to get into i3’s source code.
50 </p>
51
52 <p>
53 <a href="/docs/debugging.html"><strong>Debugging i3</strong></a><br>
54 Explains you how to enable debug logging.
55 </p>
56
57 <p>
58 <a href="/docs/ipc.html"><strong>Inter process communication (IPC interface)</strong></a><br>
59 Read this if you want to talk to i3 within your script.
60 </p>
61
62 <p>
63 <a href="/docs/testsuite.html"><strong>i3 testsuite</strong></a><br>
64 Makes you able to read and write i3 testcases.
65 </p>
66
67 <p>
68 <a href="/docs/i3bar-protocol.html"><strong>i3bar protocol</strong></a><br>
69 Documents the JSON based protocol which i3bar uses.
70 </p>
71
72 </div>
73
74 <br style="clear: both">
75
76 <h2>User-contributed articles</h2>
77
78 <div class="ugdocs">
79
80 <p>
81 <a href="/docs/buildbot.html"><strong>i3 buildbot setup</strong></a> <span class="author">(2012-09, by Michael)</span><br>
82 Describes the <a href="http://www.buildbot.net/">buildbot</a> setup i3 uses for
83 automatic docs, compilation and debian packages.
84 </p>
85
86 <p>
87 <a href="/docs/user-contributed/lzap-config.html"><strong>Lukáš Zapletal’s i3
88 configuration</strong></a> <span class="author">(2012-08, by Lukáš)</span><br>
89 A detailed explanation of Lukáš’s configuration of i3 and related tools.
90 </p>
91
92 <p>
93 <a href="/docs/user-contributed/swapping-workspaces.html"><strong>Swapping
94 workspaces</strong></a> <span class="author">(2012-09, by Sagar)</span><br>
95 Shows how Sagar uses i3’s IPC interface to swap workspaces between two outputs.
96 </p>
97
98 <p>
99 <a href="/docs/user-contributed/conky-i3bar.html"><strong>Using conky with
100 i3bar</strong></a> <span class="author">(2012-11, by Gianrico)</span><br>
101 Shows how to configure conky to generate JSON input for i3bar (with colors)!
102 </p>
103
104 <p>
105 <a href="/docs/user-contributed/py3status.html"><strong>Enhanced and extensible
106 i3bar with py3status</strong></a> <span class="author">(2013-02, by Ultrabug)</span><br>
107 Introduces py3status, a wrapper script for i3status which is easily extensible.
108 </p>
109
110 <p>
111 <a href="/docs/tshirts.html"><strong>i3wm T-shirts</strong></a>
112 <span class="author">(2013-12, by Stefan)</span><br>
113 Where and how to order official i3 T-shirts.
114 </p>
115
116
117 </div>
118
119 </div>