forked from xorg62/wmfs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
53 lines (43 loc) · 1.42 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
ABOUT THIS FORK:
A new WMFS2 seems to be extremely boring and lacks a lot of functionality:
EWMH, Xft fonts, always_on_top, and tons of others.
So for me brilliant wmfs-1 is the best option to use.
Every time I've made a new OS installation it took some hours to
re-write and improve wmfs for me.
Thus I decided to keep all of my changes here.
Therefore I modestly add my name to a contributors list below.
ABOUT :
WMFS Window Manager.
* Window Manager From Scratch
A highly configurable and manageable tiling Window Manager created from scratch
AUTHOR :
- Martin Duquesnoy <[email protected]>
CONTRIBUTORS :
- Philippe Pepiot <[email protected]>
- Marc Lagrange <[email protected]>
- OldMan <[email protected]>
- Raphael Khaiat <[email protected]>
- Tomáš Chvátal <[email protected]>
- David Delassus <[email protected]>
- David Demelier <[email protected]>
- Sergey Zhmylev <[email protected]>
LICENSE : BSD, see COPYING.
REQUIREMENT :
- libx11
- libxft (optional)
- freetype
- libxinerama (optional)
- libxrandr (optional)
- imlib2 (optional)
- cmake>=2.8 (build system, optional)
OS :
- GNU/Linux : Supported.
- FreeBSD/OpenBSD/NetBSD : Supported.
INSTALL :
mkdir build/ && cd build/
cmake ..
You can also use old build system if you don't want^Whave cmake
./configure && make
DISTROS :
- wmfs port for FreeBSD at x11-wm/wmfs
- wmfs is available with AUR in ArchLinux (wmfs or wmfs-git)