2009-08-25 13:16:02 +02:00
<!DOCTYPE html>
< html >
2009-03-14 01:15:54 +01:00
< head >
< title > i3 - an improved dynamic tiling window manager< / title >
2009-11-07 18:46:58 +01:00
< link rel = "icon" type = "image/png" href = "/favicon.png" >
2009-08-25 13:16:02 +02:00
< meta http-equiv = "Content-Type" content = "text/html; charset=utf-8" >
2010-03-30 13:29:51 +02:00
< meta name = "description" content = "i3 is a dynamic tiling window manager with clean, readable and documented code, featuring extended XRandR support, usage of libxcb instead of xlib and several improvements over wmii" >
2009-08-25 13:16:02 +02:00
< meta name = "keywords" content = "i3, window, manager, tiling, keyboard, wmii, x11, xcb, xinerama, utf8" >
< meta name = "author" content = "i3 developers" >
2009-03-14 01:15:54 +01:00
< style type = "text/css" >
body {
text-align: justify;
2009-08-07 20:48:56 +02:00
max-width: 900px;
background-color: #1e1e1e;
color: #c0c0c0;
2009-03-14 01:15:54 +01:00
}
2009-08-07 20:48:56 +02:00
ol li {
2009-03-14 01:15:54 +01:00
margin-bottom: 10px;
}
2009-08-07 20:48:56 +02:00
2009-03-14 01:15:54 +01:00
#menu {
2009-08-07 20:48:56 +02:00
margin-left: -15px;
2009-03-14 01:15:54 +01:00
overflow: hidden;
list-style-type: none;
}
2009-08-07 20:48:56 +02:00
2009-03-14 01:15:54 +01:00
#menu li {
margin-left: 30px;
margin-right: 30px;
float: left;
}
2009-08-07 20:48:56 +02:00
a {
color: #c0c0c0;
text-decoration: underline;
}
2009-03-14 01:15:54 +01:00
< / style >
< / head >
< body >
2009-08-07 20:48:56 +02:00
< img width = "131" height = "125" src = "http://i3.zekjur.net/logo.png" style = "margin-right: 15px" alt = "logo" id = "logo" align = "left" >
< h1 style = "color: red; font-family: georgia; font-size: 3em;margin-bottom: 0;" > i3< / h1 >
< h1 style = "font-family: georgia; font-size: 2em;margin-bottom: 0;" > improved tiling wm< / h1 >
< br style = "height: 0; clear: both;" >
< hr style = "border: 1px solid black; clear: both; margin-top: 5px;" >
2009-03-14 01:15:54 +01:00
< ul id = "menu" >
< li >
< a href = "/" > Goals< / a >
< / li >
< li >
2009-08-07 20:48:56 +02:00
< a href = "/docs/" > Docs< / a >
2009-03-14 01:15:54 +01:00
< / li >
< li >
< a href = "/downloads/" > Downloads< / a >
< / li >
2009-03-16 09:57:37 +01:00
< li >
2009-08-07 20:48:56 +02:00
< a href = "/screenshots/" > Screens< / a >
2009-03-16 09:57:37 +01:00
< / li >
2009-03-18 09:47:12 +01:00
< li >
< a href = "/bugs" > Bugtracker< / a >
< / li >
2009-03-14 01:15:54 +01:00
< li >
< a href = "/contact/" > Contact< / a >
< / li >
2009-03-14 01:51:01 +01:00
< li >
2009-08-07 20:48:56 +02:00
< a href = "/impress.html" > Impressum< / a >
2009-03-14 01:51:01 +01:00
< / li >
2009-03-14 01:15:54 +01:00
< / ul >
2009-08-07 20:48:56 +02:00
< hr style = "border: 1px solid black; clear: both; margin-top: 15px;" >
2009-03-14 01:15:54 +01:00
< h2 > Documentation< / h2 >
< p >
If you installed i3 using your distribution’ s tools, you should have a man page available.
Please read it completely before asking any questions. You can view the man page using the
following command:
< / p >
< pre >
$ man i3
< / pre >
< p >
If there is no manpage, please kick your distribution’ s package maintainer. You can view
< a href = "/docs/manpage.html" > an HTML version of the manpage online< / a > .
< / p >
< p >
If you are a developer and would like to get into i3’ s source code, please read
< a href = "/docs/hacking-howto.html" > " How to hack i3" < / a > first.
< / p >
< h2 > Howtos< / h2 >
< ul >
2010-03-30 13:36:08 +02:00
< li > < a href = "/docs/multi-monitor.html" > Important explanation about
multi-monitor setups with the nVidia binary driver< / a > < / li >
2009-06-26 13:49:18 +02:00
< li > < a href = "/docs/userguide.html" > User’ s guide< / a > < / li >
2009-04-28 21:11:27 +02:00
< li > < a href = "/docs/debugging.html" > Debugging i3< / a > (Read this before sending bugreports)< / li >
2010-03-30 13:36:08 +02:00
< li > < a href = "/docs/ipc.html" > IPC interface< / a > < / li >
2009-03-14 01:15:54 +01:00
< li > < a href = "/docs/building_ubuntu_9.04.html" > Building i3 from git on Ubuntu 9.04< / a > < / li >
< / ul >
< / body >
< / html >