X-Git-Url: http://pileus.org/git/?p=pages;a=blobdiff_plain;f=wmpus%2Findex.md;fp=wmpus%2Findex.md;h=55876217f57f0b2c30e7ae94e175ae15e2b8004f;hp=746951ecf5c4608009cf144790c51501fd9660d1;hb=caca1b40a87e6772f43701eb4fb89b17d0d4aac7;hpb=f291ea28052d73ee5233dcc33dfe12e208bce207 diff --git a/wmpus/index.md b/wmpus/index.md index 746951e..5587621 100644 --- a/wmpus/index.md +++ b/wmpus/index.md @@ -1,4 +1,48 @@ -wmpus -===== -Wmpus is a window manager designed to run on both X11 and Windows, and possibly -others. +Getting started +--------------- +* The [manual](manual) has usage information +* On win32, wmpus works best with Putty 0.61 + +Current features +---------------- +Native support for X11 and MS Windows + +Simple code base (small number of files, no automake, etc) + +* Clean separation from the underlying windowing system +* Very few external dependencies (libc, libx11 and xinerama for sys-x11) + +Tiling window management similar to [wmii] + +* Support for multiple monitors +* Support for multiple desktops (i.e. tags) +* No toolbars/statusbars, use [dzen] instead + +[wmii]: http://wmii.suckless.org/ +[dzen]: http://sites.google.com/site/gotmor/dzen + +Download +-------- +Development code via git and [gitweb](/git/?p=wmpus) + + git clone git://pileus.org/wmpus + +Windows binaries (snapshots): + +* + +Development +----------- +To build wmpus for X11: + + make SYS=x11 # or simply make + +To build wmpus for win32: + + make SYS=win32 + +The following features will likely be added at some point: + +* Window decorations/titlebars for sys-x11 +* Configurable key bindings +* All the features listed in the Issues tracker