]> git.sur5r.net Git - i3/i3.github.io/blob - docs/4.14/index.html
docs: fix saved version numbers
[i3/i3.github.io] / docs / 4.14 / index.html
1 ---
2 layout: default
3 title: Docs
4 group: Docs
5 ---
6 <div id="content">
7 <h2>Documentation for i3 v4.14</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="/conduct"><strong>Code of Conduct</strong></a><br>
25 Outlines acceptable behavior within the i3 projects.
26 </p>
27
28 <p>
29 <a href="/docs/layout-saving.html"><strong>Layout saving/restoring</strong></a><br>
30 Explains how to save a layout and restore it in a new i3 session.
31 </p>
32
33
34 <p>
35 <a href="/docs/multi-monitor.html"><strong>Multi-monitor</strong></a><br>
36 Interesting for users of the nVidia driver.
37 </p>
38
39 <p>
40 <a href="/docs/debugging.html"><strong>Debugging i3</strong></a><br>
41 Explains you how to enable debug logging.
42 </p>
43
44 <p>
45 <a href="/docs/wsbar.html"><strong>External workspace bars</strong></a><br>
46 About bar programs such as i3bar or dzen2.
47 </p>
48
49 <p>
50 <a href="/docs/refcard.html"><strong>i3 reference card</strong></a><br>
51 Might be useful to memorize i3’s shortcuts.
52 </p>
53 </div>
54
55 <div class="docs">
56 <h2>For developers</h2>
57
58 <p style="padding-top: 1em">
59 <a href="/docs/hacking-howto.html"><strong>Hacking Howto</strong></a><br>
60 Helps you if you want to get into i3’s source code.
61 </p>
62
63 <p>
64 <a href="/docs/debugging.html"><strong>Debugging i3</strong></a><br>
65 Explains you how to enable debug logging.
66 </p>
67
68 <p>
69 <a href="/docs/ipc.html"><strong>Inter process communication (IPC interface)</strong></a><br>
70 Read this if you want to talk to i3 within your script.
71 </p>
72
73 <p>
74 <a href="/docs/testsuite.html"><strong>i3 testsuite</strong></a><br>
75 Makes you able to read and write i3 testcases.
76 </p>
77
78 <p>
79 <a href="/docs/i3bar-protocol.html"><strong>i3bar protocol</strong></a><br>
80 Documents the JSON based protocol which i3bar uses.
81 </p>
82
83 </div>
84
85 <br style="clear: both">
86
87 <h2>User-contributed articles</h2>
88
89 <div class="ugdocs">
90
91 <p>
92 <a href="/docs/buildbot.html"><strong>i3 buildbot setup</strong></a> <span class="author">(2012-09, by Michael)</span><br>
93 Describes the <a href="http://www.buildbot.net/">buildbot</a> setup i3 uses for
94 automatic docs, compilation and debian packages.
95 </p>
96
97 <p>
98 <a href="/docs/user-contributed/lzap-config.html"><strong>Lukáš Zapletal’s i3
99 configuration</strong></a> <span class="author">(2012-08, by Lukáš)</span><br>
100 A detailed explanation of Lukáš’s configuration of i3 and related tools.
101 </p>
102
103 <p>
104 <a href="/docs/user-contributed/swapping-workspaces.html"><strong>Swapping
105 workspaces</strong></a> <span class="author">(2012-09, by Sagar)</span><br>
106 Shows how Sagar uses i3’s IPC interface to swap workspaces between two outputs.
107 </p>
108
109 <p>
110 <a href="/docs/user-contributed/conky-i3bar.html"><strong>Using conky with
111 i3bar</strong></a> <span class="author">(2012-11, by Gianrico)</span><br>
112 Shows how to configure conky to generate JSON input for i3bar (with colors)!
113 </p>
114
115 <p>
116 <a href="/docs/user-contributed/py3status.html"><strong>Enhanced and extensible
117 i3bar with py3status</strong></a> <span class="author">(2013-02, by Ultrabug)</span><br>
118 Introduces py3status, a wrapper script for i3status which is easily extensible.
119 </p>
120
121 <p>
122 <a href="/docs/tshirts.html"><strong>i3wm T-shirts</strong></a>
123 <span class="author">(2013-12, by Stefan)</span><br>
124 Where and how to order official i3 T-shirts.
125 </p>
126
127 <p>
128 <a href="/docs/user-contributed/workspace-current-output.html"><strong>Switch to workspaces on the current output</strong></a>
129 <span class="author">(2014-08, by captnfab)</span><br>
130 When switching workspaces, i3 sets focus to the output of the target workspace.
131 With the script that is presented in this article, you always stay on the same
132 output, and instead the workspace is moved.
133 </p>
134
135 </div>
136
137 </div>