127 lines
3.1 KiB
HTML
127 lines
3.1 KiB
HTML
<!DOCTYPE html>
|
||
<html>
|
||
<head>
|
||
<title>i3 - an improved dynamic tiling window manager</title>
|
||
<link rel="icon" type="image/png" href="/favicon.png">
|
||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||
<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">
|
||
<style type="text/css">
|
||
body {
|
||
text-align: justify;
|
||
max-width: 900px;
|
||
background-color: #1e1e1e;
|
||
color: #c0c0c0;
|
||
}
|
||
|
||
ol li {
|
||
margin-bottom: 10px;
|
||
}
|
||
|
||
#menu {
|
||
margin-left: -15px;
|
||
overflow: hidden;
|
||
list-style-type: none;
|
||
}
|
||
|
||
#menu li {
|
||
margin-left: 30px;
|
||
margin-right: 30px;
|
||
float: left;
|
||
}
|
||
|
||
a {
|
||
color: #c0c0c0;
|
||
text-decoration: underline;
|
||
}
|
||
|
||
</style>
|
||
</head>
|
||
<body>
|
||
|
||
<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;">
|
||
|
||
<ul id="menu">
|
||
<li>
|
||
<a href="/">Goals</a>
|
||
</li>
|
||
<li>
|
||
<a href="/docs/">Docs</a>
|
||
</li>
|
||
<li>
|
||
<a href="/downloads/">Downloads</a>
|
||
</li>
|
||
<li>
|
||
<a href="/screenshots/">Screens</a>
|
||
</li>
|
||
<li>
|
||
<a href="/bugs">Bugtracker</a>
|
||
</li>
|
||
<li>
|
||
<a href="/contact/">Contact</a>
|
||
</li>
|
||
<li>
|
||
<a href="/impress.html">Impressum</a>
|
||
</li>
|
||
</ul>
|
||
|
||
<hr style="border: 1px solid black; clear: both; margin-top: 15px;">
|
||
|
||
<h2>Screenshots</h2>
|
||
|
||
<p>
|
||
Everyone likes screenshots, so here you go:
|
||
</p>
|
||
|
||
<ul>
|
||
<li>
|
||
<a href="/screenshots/i3-1.png">i3 v3.α</a>, Firefox with Vimperator-Plugin, VIM, MPlayer, dzen2
|
||
</li>
|
||
<li>
|
||
<a href="/screenshots/i3-2.png">i3 v3.α</a>, Firefox (Vimperator), VIM, xpdf, bc
|
||
</li>
|
||
<li>
|
||
<a href="/screenshots/i3-3.png">i3 v3.α-bf1</a>, PCManFM, ROXTerm, evince, i3status + dzen2
|
||
</li>
|
||
<li>
|
||
<a href="/screenshots/i3-4.png">i3 v3.β</a>, Atsutane had too much free time and formed an i3 logo out of terminals :-)
|
||
</li>
|
||
<li>
|
||
<a href="/screenshots/i3-5.png">i3 v3.α-bf2</a>, mc, vim, xosview, mplayer, irssi, gajim, i3status
|
||
</li>
|
||
<li>
|
||
<a href="/screenshots/i3-6.png">i3 v3.β</a>, vim, zsh, i3status running on FreeBSD
|
||
</li>
|
||
<li>
|
||
<a href="/screenshots/i3-7.png">i3 v3.β</a>, GIMP (with floating toolbars), urxvt (also floating)
|
||
</li>
|
||
<li>
|
||
<a href="/screenshots/i3-8.jpg">i3 v3.γ</a>, git, synergy, htop, i3status + dzen2, urxvt
|
||
</li>
|
||
|
||
</ul>
|
||
|
||
<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>
|
||
|
||
</body>
|
||
</html>
|