From a5ea75e9a2657f103f7a556c20349309eb4535e5 Mon Sep 17 00:00:00 2001 From: Chris Feng Date: Sun, 14 Aug 2016 18:19:16 +0800 Subject: [PATCH] Document the compositing manager module * README.md: * exwm.el: Mention this new feature. --- README.md | 1 + exwm.el | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 103948c..409087c 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 a972367..bb6b6a7 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