blob: 6115e8b615c823131d3d7fd72fa43952cf8aabcc (
plain)
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
54
55
56
57
58
59
60
61
|
<html>
<head>
<title>The Official FVWM Homepage - Features</title>
</head>
<body BACKGROUND="black-stone1.jpg"
bgcolor="#000000" text="#ffffff"
link="#FFFF88" vlink="#EEDDDD" alink="#ff0000">
<center>
<h1><font color="pink">The Official FVWM Homepage - Features</font></h1>
</center>
Partial list of features common to 1.xx and 2.xx:
<ul>
<li>Multiple Disjoint Large Virtual Desktops
<li>Smaller memory usage (more so in 1.xx)
<li>Dynamically extensable via modules
<li>Recognizes Motif MWM hints
<li>Keyboard or Mouse operation
<li>Attempts to be ICCCM 1.1 compliant
<li>3-D look to window frames
<li>Full color shaped icons
<li>M4 preprocesing of the config file
<li>Auto-raising of windows
<li>Multi-screen support
<li>Cursor (Mouse Pointer) control on a context basis
<li>Viewport scrolling by moving the mouse off the edge of the screen
<li>Different window decorations for window that have or don't have focus
<li>Multiple ways to control icon placement
<li>Multiple ways to control initial window placement
</ul>
<p>
Partial list of features new to 2.xx:
<ul>
<li>New more powerful and sensible rc file format
<li>Change more features on per-window basis
<li>Change many features on the fly
<li>Optional Flat or Pixmap window borders
<li>Recogizes Open Look hints
<li>Just about any focus style you can think of
<li>Unwanted features can be removed at compile time
<li>CPP preprocesing of the config file
<li>Titlebars can be suppressed, Pixmaps, gradients, or plain
<li>Titlebar buttons can be vector graphics, pixmaps or gradients
<li>Menu hot-keys, continuation menus, pixmaps in and to the side
of menus
<li>Macro definition in the config file
<li>Animated window movement
<li>A way to limit the amount of color used by fvwm (for 8 bit displays)
<li>Window manager commands can come from external programs
<li>Roll-up type window shading
<li>Some ability to centrally configure fvwm
</ul>
<hr>
</body>
</html>
|