; 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)
|
+ Hybrid layout modes (tiling & stacking)
|
||||||
+ Dynamic workspace support
|
+ Dynamic workspace support
|
||||||
+ ICCCM/EWMH compliance
|
+ ICCCM/EWMH compliance
|
||||||
+ (Optional) RandR (multi-monitor) support
|
Optional features:
|
||||||
+ (Optional) Builtin system tray
|
+ RandR (multi-monitor) support
|
||||||
+ (Optional) Builtin input method
|
+ System tray
|
||||||
+ (Optional) Background setting support
|
+ Input method
|
||||||
|
+ Background setting support
|
||||||
|
+ XSETTINGS server
|
||||||
|
|
||||||
Please check out the
|
Please check out the
|
||||||
[screenshots](https://github.com/emacs-exwm/exwm/wiki/Screenshots)
|
[screenshots](https://github.com/emacs-exwm/exwm/wiki/Screenshots)
|
||||||
|
|
10
exwm.el
10
exwm.el
|
@ -35,10 +35,12 @@
|
||||||
;; + Hybrid layout modes (tiling & stacking)
|
;; + Hybrid layout modes (tiling & stacking)
|
||||||
;; + Dynamic workspace support
|
;; + Dynamic workspace support
|
||||||
;; + ICCCM/EWMH compliance
|
;; + ICCCM/EWMH compliance
|
||||||
;; + (Optional) RandR (multi-monitor) support
|
;; Optional features:
|
||||||
;; + (Optional) Built-in system tray
|
;; + RandR (multi-monitor) support
|
||||||
;; + (Optional) Builtin input method
|
;; + System tray
|
||||||
;; + (Optional) Background setting support
|
;; + Input method
|
||||||
|
;; + Background setting support
|
||||||
|
;; + XSETTINGS server
|
||||||
|
|
||||||
;; Installation & configuration
|
;; Installation & configuration
|
||||||
;; ----------------------------
|
;; ----------------------------
|
||||||
|
|
Loading…
Reference in a new issue