]> git.sur5r.net Git - i3/i3/blob - debian/control
More work on the debian package, don’t link against xcb-keysyms, not necessary at...
[i3/i3] / debian / control
1 Source: i3
2 Section: utils
3 Priority: optional
4 Maintainer: Michael Stapelberg <michael+i3@stapelberg.de>
5 Build-Depends: debhelper (>= 5), libxcb-wm0-dev (>= 0.3.3), libxcb-aux0-dev (>= 0.3.3), asciidoc
6 Standards-Version: 3.8.0
7 Homepage: http://i3.zekjur.net/
8
9 Package: i3
10 Architecture: any
11 Priority: optional
12 Section: utils
13 Depends: ${shlibs:Depends}, ${misc:Depends}
14 Description: an improved dynamic tiling window manager
15  Key features of i3 are correct implementation of Xinerama (workspaces are
16  assigned to virtual screens, i3 does the right thing when attaching new
17  monitors), XrandR support (not done yet), horizontal and vertical columns
18  (think of a table) in tiling. Also, special focus is on writing clean,
19  readable and well documented code. i3 uses xcb for asynchronous
20  communication with X11, and has several measures to be very fast.
21  .
22  Please be aware i3 is primarily targeted at advanced users and developers
23  and that you’re currently trying an alpha version (which may contain bugs).