; Commentary: Update list of features

This commit is contained in:
Daniel Mendler 2024-01-13 20:38:09 +01:00
parent ff4edaab89
commit 8980c03a6b
No known key found for this signature in database
GPG key ID: D88ADB2A2693CA43
2 changed files with 12 additions and 8 deletions

View file

@ -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)

10
exwm.el
View file

@ -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
;; ----------------------------