]> Pileus Git - wmpus/blob - README
Support graceful shutdown
[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     cp wmpus /usr/local/bin
12
13 Building for Win32:
14
15     make SYS=win32
16
17
18 Hacking
19 -------
20 The source code is organized around several generic interfaces coresponding to
21 the header files in this directory. The window manager (wm) and system (sys)
22 interfaces can have multiple implementations which are chosen at link time by
23 including the desired object file.
24
25 For example, sys-x11.c and sys-win32.c are mutually exclusive impelmentations
26 of the sys interface.
27
28
29 More info
30 ---------
31 See the wiki for more details
32
33     http://lug.rose-hulman.edu/code/projects/wmpus/wiki