[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/exwm a5ea75e 2/3: Document the compositing manager modu
From: |
Chris Feng |
Subject: |
[elpa] externals/exwm a5ea75e 2/3: Document the compositing manager module |
Date: |
Sun, 14 Aug 2016 10:21:44 +0000 (UTC) |
branch: externals/exwm
commit a5ea75e9a2657f103f7a556c20349309eb4535e5
Author: Chris Feng <address@hidden>
Commit: Chris Feng <address@hidden>
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