]> Pileus Git - pages/blob - wmpus/index.md
Add more pages
[pages] / wmpus / index.md
1 Getting started
2 ---------------
3 * The [manual](manual) has usage information
4 * On win32, wmpus works best with Putty 0.61
5
6 Current features
7 ----------------
8 Native support for X11 and MS Windows
9
10 Simple code base (small number of files, no automake, etc)
11
12 * Clean separation from the underlying windowing system
13 * Very few external dependencies (libc, libx11 and xinerama for sys-x11)
14
15 Tiling window management similar to [wmii]
16
17 * Support for multiple monitors
18 * Support for multiple desktops (i.e. tags)
19 * No toolbars/statusbars, use [dzen] instead
20
21 [wmii]: http://wmii.suckless.org/
22 [dzen]: http://sites.google.com/site/gotmor/dzen
23
24 Download
25 --------
26 Development code via git and [gitweb](/git/?p=wmpus)
27
28     git clone git://pileus.org/wmpus
29
30 Windows binaries (snapshots):
31
32 * <http://pileus.org/wmpus/files/>
33
34 Development
35 -----------
36 To build wmpus for X11:
37
38     make SYS=x11    # or simply make
39
40 To build wmpus for win32:
41
42     make SYS=win32
43
44 The following features will likely be added at some point:
45
46 * Window decorations/titlebars for sys-x11
47 * Configurable key bindings
48 * All the features listed in the Issues tracker