]> git.sur5r.net Git - i3/i3.github.io/blob - docs/3.e/index.html
Fixed missing "<" on "conky-i3bar.html"
[i3/i3.github.io] / docs / 3.e / index.html
1 ---
2 layout: default
3 title: Docs
4 group: Docs
5 ---
6 <div id="content">
7 <h2>Documentation</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 <p style="border-left: 2px solid red; padding-left: 0.5em; margin-left: 0.5em">
16 These documents are for i3 version 3.ε. Version 4 was released and we strongly recommend you to upgrade!
17 </p>
18
19 <div class="docs">
20 <h2>For users</h2>
21
22 <p style="font-size: 100%">
23 <a href="/docs/3.e/userguide.html"><strong>User’s Guide</strong></a><br>
24 Introduction and reference. Read this one.
25 </p>
26
27 <p>
28 <a href="/docs/3.e/multi-monitor.html"><strong>Multi-monitor</strong></a><br>
29 Interesting for users of the nVidia driver.
30 </p>
31
32 <p>
33 <a href="/docs/3.e/debugging.html"><strong>Debugging i3</strong></a><br>
34 Explains you how to enable the i3 logfile.
35 </p>
36
37 <p>
38 <a href="/docs/3.e/wsbar.html"><strong>External workspace bars</strong></a><br>
39 About bar programs such as i3bar or dzen2.
40 </p>
41
42 <p>
43 <a href="/docs/3.e/refcard.pdf"><strong>i3 reference card (PDF)</strong></a><br>
44 Might be useful to memorize i3’s shortcuts.
45 </p>
46 </div>
47
48 <div class="docs">
49 <h2>For developers</h2>
50
51 <p>
52 <a href="/downloads/#development-version"><strong>Downloads → Development version</strong></a><br>
53 Tells you how to check out our git repository.
54 </p>
55
56 <p>
57 <a href="/docs/3.e/hacking-howto.html"><strong>Hacking Howto</strong></a><br>
58 Helps you if you want to get into i3’s source code.
59 </p>
60
61 <p>
62 <a href="/docs/3.e/debugging.html"><strong>Debugging i3</strong></a><br>
63 Explains you how to enable core dumps.
64 </p>
65
66 <p>
67 <a href="/docs/3.e/ipc.html"><strong>IPC documentation</strong></a><br>
68 Explains how i3’s Inter Process Communication interface works. Read this if you
69 want to talk to i3 within your own scripts or programs.
70 </p>
71
72 </div>
73
74 <br style="clear: both">
75
76 </div>