about summary refs log tree commit diff
diff options
context:
space:
mode:
authorChris Feng <chris.w.feng@gmail.com>2016-08-14T10·19+0800
committerChris Feng <chris.w.feng@gmail.com>2016-08-14T10·19+0800
commita5ea75e9a2657f103f7a556c20349309eb4535e5 (patch)
tree02e60d91bc8eddd8233795d8d06f527149450fee
parentc97ceadce5c699999b103463b212207f15280ba6 (diff)
Document the compositing manager module
* README.md:
* exwm.el:
Mention this new feature.
-rw-r--r--README.md1
-rw-r--r--exwm.el1
2 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 103948c63379..409087c81be4 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,7 @@ It features:
 + Dynamic workspace support
 + ICCCM/EWMH compliance
 + (Optional) RandR (multi-monitor) support
++ (Optional) Built-in composting manager
 + (Optional) Built-in system tray
 
 Please check out the
diff --git a/exwm.el b/exwm.el
index a97236786bf1..bb6b6a71734c 100644
--- a/exwm.el
+++ b/exwm.el
@@ -36,6 +36,7 @@
 ;; + Dynamic workspace support
 ;; + ICCCM/EWMH compliance
 ;; + (Optional) RandR (multi-monitor) support
+;; + (Optional) Built-in composting manager
 ;; + (Optional) Builtin system tray
 
 ;; Installation & configuration