2009-03-16 09:57:37 +01:00
< !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" lang = "en" xml:lang = "en" >
< head >
< title > i3 - an improved dynamic tiling window manager< / title >
< meta http-equiv = "Content-Type" content = "text/html; charset=utf-8" / >
2009-03-18 09:59:00 +01:00
< meta name = "description" content = "i3 is a dynamic tiling window manager with clean, readable and documented code, featuring extended Xinerama support, usage of libxcb instead of xlib and several improvements over wmii" / >
< meta name = "keywords" content = "i3, window, manager, tiling, keyboard, wmii, x11, xcb, xinerama, utf8" / >
< meta name = "author" content = "i3 developers" / >
2009-03-16 09:57:37 +01:00
< style type = "text/css" >
body {
text-align: justify;
max-width: 800px;
}
li {
margin-bottom: 10px;
}
#menu {
overflow: hidden;
list-style-type: none;
}
#menu li {
margin-left: 30px;
margin-right: 30px;
float: left;
}
< / style >
< / head >
< body >
< h1 > i3 - an improved dynamic tiling window manager< / h1 >
< ul id = "menu" >
< li >
< a href = "/" > Goals< / a >
< / li >
< li >
< a href = "/docs/" > Documentation< / a >
< / li >
< li >
< a href = "/downloads/" > Downloads< / a >
< / li >
< li >
< strong > < a href = "/screenshots/" > Screenshots< / a > < / strong >
< / li >
2009-03-18 09:47:12 +01:00
< li >
< a href = "/bugs" > Bugtracker< / a >
< / li >
2009-03-16 09:57:37 +01:00
< li >
< a href = "/contact/" > Contact< / a >
< / li >
< li >
< a href = "/impress.html" > Impressum/Imprint< / a >
< / li >
< / ul >
< h2 > Screenshots< / h2 >
< p >
Everyone likes screenshots, so here you go:
< / p >
< ul >
< li >
2009-03-18 09:47:12 +01:00
< a href = "/screenshots/i3-1.png" > i3 v3.α < / a > , Firefox with Vimperator-Plugin, VIM, MPlayer, dzen2
2009-03-16 09:57:37 +01:00
< / li >
2009-05-02 23:53:36 +02:00
< li >
< a href = "/screenshots/i3-2.png" > i3 v3.α < / a > , Firefox (Vimperator), VIM, xpdf, bc
< / li >
2009-05-03 23:09:18 +02:00
< li >
< a href = "/screenshots/i3-3.png" > i3 v3.α -bf1< / a > , PCManFM, ROXTerm, evince, i3status + dzen2
< / li >
2009-06-05 22:56:58 +02:00
< li >
< a href = "/screenshots/i3-4.png" > i3 v3.b (not yet released)< / a > , Atsutane had too much free time and formed an i3 logo out of terminals :-)
< / li >
2009-06-11 12:50:22 +02:00
< li >
2009-06-11 13:22:28 +02:00
< a href = "/screenshots/i3-5.png" > i3 v3.α -bf2< / a > , mc, vim, xosview, mplayer, irssi, gajim, i3status
2009-06-11 12:50:22 +02:00
< / li >
2009-03-16 09:57:37 +01:00
< / ul >
2009-05-03 17:37:20 +02:00
< h2 > Screencasts< / h2 >
< p >
To see what a window manager actually is like, a video is much better than pictures. Therefore,
we made screencasts:
< / p >
< ul >
< li >
< a href = "/screenshots/screencast.mkv" > i3 v3.α < / a > Matroska container with x264 video
(Thanks to Sebastian, sorry for the bad quality)
< / li >
< / ul >
2009-03-16 09:57:37 +01:00
< / body >
< / html >