[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/exwm 8980c03a6b 4/5: ; Commentary: Update list of featu
From: |
ELPA Syncer |
Subject: |
[elpa] externals/exwm 8980c03a6b 4/5: ; Commentary: Update list of features |
Date: |
Sat, 13 Jan 2024 16:11:00 -0500 (EST) |
branch: externals/exwm
commit 8980c03a6b1617fd8fed635884a58de81dfec119
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>
; Commentary: Update list of features
---
README.md | 10 ++++++----
exwm.el | 10 ++++++----
2 files changed, 12 insertions(+), 8 deletions(-)
diff --git a/README.md b/README.md
index 404f3228fc..8ab93561e2 100644
--- a/README.md
+++ b/README.md
@@ -7,10 +7,12 @@ It features:
+ Hybrid layout modes (tiling & stacking)
+ Dynamic workspace support
+ ICCCM/EWMH compliance
-+ (Optional) RandR (multi-monitor) support
-+ (Optional) Builtin system tray
-+ (Optional) Builtin input method
-+ (Optional) Background setting support
+Optional features:
++ RandR (multi-monitor) support
++ System tray
++ Input method
++ Background setting support
++ XSETTINGS server
Please check out the
[screenshots](https://github.com/emacs-exwm/exwm/wiki/Screenshots)
diff --git a/exwm.el b/exwm.el
index a80232dc17..bf074b6f9f 100644
--- a/exwm.el
+++ b/exwm.el
@@ -35,10 +35,12 @@
;; + Hybrid layout modes (tiling & stacking)
;; + Dynamic workspace support
;; + ICCCM/EWMH compliance
-;; + (Optional) RandR (multi-monitor) support
-;; + (Optional) Built-in system tray
-;; + (Optional) Builtin input method
-;; + (Optional) Background setting support
+;; Optional features:
+;; + RandR (multi-monitor) support
+;; + System tray
+;; + Input method
+;; + Background setting support
+;; + XSETTINGS server
;; Installation & configuration
;; ----------------------------