; Commentary: Update list of features
This commit is contained in:
parent
ff4edaab89
commit
8980c03a6b
2 changed files with 12 additions and 8 deletions
10
README.md
10
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)
|
||||
|
|
10
exwm.el
10
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
|
||||
;; ----------------------------
|
||||
|
|
Loading…
Reference in a new issue