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 >
2009-08-07 20:48:56 +02:00
< a href = "/downloads/" > Downloads< / a >
2009-03-14 01:15:54 +01:00
< / 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-05-03 17:29:26 +02:00
< h2 > Distribution< / h2 >
< p >
i3 is currently distributed in the following operating systems/distributions:
< / p >
< ul >
< li >
2009-08-19 15:13:27 +02:00
< a href = "http://packages.debian.org/sid/i3" > Debian GNU/Linux< / a >
2009-05-03 17:29:26 +02:00
< / li >
< li >
2010-04-12 20:54:02 +02:00
< a href = "http://www.archlinux.org/packages/community/x86_64/i3-wm/" > Arch Linux< / a > , maintained by Atsutane
2009-05-03 17:29:26 +02:00
< / li >
< li >
< a href = "http://overlays.gentoo.org/proj/sunrise/browser/sunrise/x11-wm/i3" > Gentoo Linux< / a >
2009-09-04 12:20:19 +02:00
(in < a href = "http://www.gentoo.org/proj/en/sunrise" > sunrise< / a > ), maintained by mimi_vx / Moredread< br >
2009-05-03 17:29:26 +02:00
See also: < a href = "http://gist.github.com/89277" > i3-9999.ebuild< / a >
< / li >
< li >
2009-05-09 19:15:50 +02:00
< a href = "http://www.freebsd.org/cgi/cvsweb.cgi/ports/x11-wm/i3/" > FreeBSD< / a > (x11-wm/i3), maintained by dhn
< / li >
< li >
< a href = "http://pkgsrc.se/wip/i3" > NetBSD< / a > (wip/i3 in < a href = "http://pkgsrc-wip.sourceforge.net/" > pkgsrc-wip< / a > )
2009-05-03 17:29:26 +02:00
< / li >
2009-09-04 12:20:19 +02:00
< li >
< a href = "http://www.openbsd.org/cgi-bin/cvsweb/ports/x11/i3/" > OpenBSD< / a > , maintained by bapt
< / li >
2010-03-16 19:32:19 +01:00
< li >
< a href = "https://admin.fedoraproject.org/pkgdb/acls/name/i3" > Fedora< / a > , maintained by cassmodiah
< / li >
2009-05-27 19:52:37 +02:00
< li >
2010-04-09 00:41:41 +02:00
< a href = "http://packages.ubuntu.com/karmic/i3" > Ubuntu Linux< / a > (in karmic/universe)< br >
Because Ubuntu packages are always outdated, you can also install
up-to-date third-party i3 packages for Ubuntu by adding the following line
to your < code > /etc/apt/sources.list< / code > and using < code > apt-get install
i3< / code > afterwards:< br >
< pre >
deb http://debian.sur5r.net/i3/ karmic universe
< / pre >
2009-05-27 19:52:37 +02:00
< / li >
2009-05-03 17:29:26 +02:00
< / ul >
2009-03-14 01:15:54 +01:00
< h2 > Downloads< / h2 >
< p >
2010-03-30 13:28:35 +02:00
The current stable version is 3.ε (transcribed 3.e because many systems still can’ t
2009-03-15 23:27:03 +01:00
handle UTF-8 in version numbers).
2009-03-14 01:15:54 +01:00
< / p >
2010-03-30 13:36:08 +02:00
< p >
< strong > IMPORTANT:< / strong > If you use the nVidia binary driver (which does
not support XRandR at the moment), read < a
href="/docs/multi-monitor.html">this document< / a > for an explanation and how
to enable the work-around!
< / p >
2009-03-15 23:27:03 +01:00
< ul >
2010-03-30 13:28:35 +02:00
< li >
< a href = "/downloads/i3-3.e.tar.bz2" > i3-3.e.tar.bz2< / a >
(< a href = "/downloads/i3-3.e.tar.bz2.asc" > GPG signature< / a > ), Version 3.ε, 271 KiB, 2010-03-30,
< a href = "/downloads/RELEASE-NOTES-3.e.txt" > release notes< / a >
< / li >
2009-12-21 22:55:02 +01:00
< li >
< a href = "/downloads/i3-3.d-bf1.tar.bz2" > i3-3.d-bf1.tar.bz2< / a >
(< a href = "/downloads/i3-3.d-bf1.tar.bz2.asc" > GPG signature< / a > ), Version 3.δ-bf1, 153 KiB, 2009-12-21,
< a href = "/downloads/RELEASE-NOTES-3.d-bf1.txt" > release notes< / a >
< / li >
2009-11-09 22:56:53 +01:00
< li >
< a href = "/downloads/i3-3.d.tar.bz2" > i3-3.d.tar.bz2< / a >
(< a href = "/downloads/i3-3.d.tar.bz2.asc" > GPG signature< / a > ), Version 3.δ, 153 KiB, 2009-11-09,
< a href = "/downloads/RELEASE-NOTES-3.d.txt" > release notes< / a >
< / li >
2009-08-19 15:13:27 +02:00
< li >
< a href = "/downloads/i3-3.c.tar.bz2" > i3-3.c.tar.bz2< / a >
(< a href = "/downloads/i3-3.c.tar.bz2.asc" > GPG signature< / a > ), Version 3.γ , 107 KiB, 2009-08-19,
< a href = "/downloads/RELEASE-NOTES-3.c.txt" > release notes< / a >
< / li >
2009-06-26 13:33:00 +02:00
< li >
< a href = "/downloads/i3-3.b.tar.bz2" > i3-3.b.tar.bz2< / a >
(< a href = "/downloads/i3-3.b.tar.bz2.asc" > GPG signature< / a > ), Version 3.β, 96 KiB, 2009-06-26,
< a href = "/downloads/RELEASE-NOTES-3.b.txt" > release notes< / a >
< / li >
2009-05-03 22:59:50 +02:00
< li >
< a href = "/downloads/i3-3.a-bf2.tar.bz2" > i3-3.a-bf2.tar.bz2< / a >
(< a href = "/downloads/i3-3.a-bf2.tar.bz2.asc" > GPG signature< / a > ), Version 3.α -bf2, 65 KiB, 2009-05-03,
hotfix for a problem with -bf1
< / li >
2009-03-15 23:27:03 +01:00
< li >
2009-05-03 17:29:26 +02:00
< a href = "/downloads/i3-3.a-bf1.tar.bz2" > i3-3.a-bf1.tar.bz2< / a >
2009-05-03 17:33:17 +02:00
(< a href = "/downloads/i3-3.a-bf1.tar.bz2.asc" > GPG signature< / a > ), Version 3.α -bf1, 65 KiB, 2009-05-03,
< a href = "/downloads/RELEASE-NOTES-3.a-bf1.txt" > release notes< / a >
2009-05-03 17:29:26 +02:00
< / li >
< li >
< a href = "/downloads/i3-3.a.tar.bz2" > i3-3.a.tar.bz2< / a >
(< a href = "/downloads/i3-3.a.tar.bz2.asc" > GPG signature< / a > ), Version 3.α , 50 KiB, 2009-03-15
2009-03-15 23:27:03 +01:00
< / li >
< / ul >
2010-06-08 18:26:49 +02:00
< h2 > People who downloaded this also liked…< / h2 >
< ul >
< li >
< a href = "http://i3.zekjur.net/i3status/" > i3status – a small program to
generate a dzen2 or xmobar status bar< / a >
< / li >
< li >
< a href = "http://i3.zekjur.net/i3lock/" > i3lock – a slightly improved version
of slock< / a >
< / li >
< li >
< a href = "http://sites.google.com/site/gotmor/dzen" > dzen2 – a general purpose
messaging, notification and menuing program for X11< / a > < br > (can be used to
display i3status output in a bar in some corner of the screen)
< / li >
< / ul >
2009-03-15 23:27:03 +01:00
< h2 > Development version< / h2 >
2009-03-14 01:15:54 +01:00
< p >
2009-05-03 17:29:26 +02:00
Use < a href = "http://git-scm.com/" > git< / a > to follow the latest changes:
2009-03-14 01:15:54 +01:00
< / p >
< pre >
$ git clone git://code.stapelberg.de/i3
< / pre >
< p >
If you prefer to download a tarball, or if you cannot use git for whatever reason,
you may download the current master branch from
< a href = "http://code.stapelberg.de/git/i3/snapshot/i3-master.tar.bz2" >
http://code.stapelberg.de/git/i3/snapshot/i3-master.tar.bz2
< / a >
< / p >
2009-05-03 17:29:26 +02:00
< h2 > Announce mailing list< / h2 >
< p >
If you want to be notified when a new version of i3 is released, please subscribe
to the announce mailing list by sending a mail to < code > i3-announce-subscribe@i3.zekjur.net< / code >
< / p >
2009-03-14 01:15:54 +01:00
< / body >
< / html >