aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..b8c1e88
--- /dev/null
+++ b/README.md
@@ -0,0 +1,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.