]> Pileus Git - wmpus/blob - README
Update README
[wmpus] / README
1 wmpus - a cross platform window manager
2 =======================================
3 wmpus is a lightweight window manager for X11 and MS Windows
4
5
6 Instalation
7 -----------
8 Installing on X11:
9
10     make
11     make install
12
13 Building for Win32:
14
15     make clean
16     make SYS=win32
17
18
19 Running wmpus
20 -------------
21 Start wmpus from from an X11 init file, for directly if you so choose:
22
23     X :0 &
24     DISPLAY=:0 wmpus
25
26 External status bars such dzen or lxpanel should work well with wmpus
27
28
29 Hacking
30 -------
31 The source code is organized around several generic interfaces coresponding to
32 the header files in this directory. The window manager (wm) and system (sys)
33 interfaces can have multiple implementations which are chosen at link time by
34 including the desired object file.
35
36 For example, sys-x11.c and sys-win32.c are mutually exclusive impelmentations
37 of the sys interface.
38
39
40 More info
41 ---------
42 See the wiki for more details
43
44     http://lug.rose-hulman.edu/code/projects/wmpus/wiki