blob: b8c1e88f0dfa3446db2f6e0203c614110498f14f (
plain) (
blame)
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
|
# cwm – a lightweight and efficient window manager for X11
This is an opinionated port and fork of OpenBSD's cwm window manager to Linux.
Unnecessary or obscure features have been removed whilst a few bugs have been
patched. Future upstream fixes will be included.
See [cwm(1)](cwm.1) and [cwmrc(5)](cwmrc.5).
## Removed features
- Path completion in the exec menu
- The entire ssh menu
- The entire wm menu
- Matching on window title history
## Added features and bugfixes
- XDG-compliant configuration file location
- Windows are automatically raised when fullscreened
- Warping to last active window if there is no active client
- Ignored clients are not shown in the window menu
- Colors are calculated using the client's visual and colormap,
enabling support for compositors
- A memory leak in conf_clear has been fixed
- A string truncation issue in menu_draw has been fixed
See the respective commits for more information.
|