blob: 397a777e79e575f0a3859a7d6c5b0df930dc536c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
Sawfish is an extensible window manager using a Lisp-based scripting
language. Its policy is very minimal compared to most window managers.
Its aim is simply to manage windows in the most flexible and attractive
manner possible. All high-level WM functions are implemented in Lisp
for future extensibility or redefinition.
These are some of the features that set Sawfish apart from other window
managers:
* Powerful key-binding: Virtually every functionality provided by Sawfish
can be bound to keys (or mouse buttons).
* Event hooking: For many events (moving windows etc.) you can customize
the way Sawfish will respond.
* Window matching: When windows are created you can match them to a set
of rules and automatically perform actions on them.
* Flexible theming: Sawfish allows for very different themes to be created
and a variety of third-party themes is readily available
WWW: http://sawfish.tuxfamily.org/
|