diff options
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | exwm.el | 1 |
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 |