mirror of
https://github.com/ch11ng/exwm.git
synced 2024-11-23 19:47:58 +01:00
Document the compositing manager module
* README.md: * exwm.el: Mention this new feature.
This commit is contained in:
parent
c97ceadce5
commit
a5ea75e9a2
2 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,7 @@ It features:
|
||||||
+ Dynamic workspace support
|
+ Dynamic workspace support
|
||||||
+ ICCCM/EWMH compliance
|
+ ICCCM/EWMH compliance
|
||||||
+ (Optional) RandR (multi-monitor) support
|
+ (Optional) RandR (multi-monitor) support
|
||||||
|
+ (Optional) Built-in composting manager
|
||||||
+ (Optional) Built-in system tray
|
+ (Optional) Built-in system tray
|
||||||
|
|
||||||
Please check out the
|
Please check out the
|
||||||
|
|
1
exwm.el
1
exwm.el
|
@ -36,6 +36,7 @@
|
||||||
;; + Dynamic workspace support
|
;; + Dynamic workspace support
|
||||||
;; + ICCCM/EWMH compliance
|
;; + ICCCM/EWMH compliance
|
||||||
;; + (Optional) RandR (multi-monitor) support
|
;; + (Optional) RandR (multi-monitor) support
|
||||||
|
;; + (Optional) Built-in composting manager
|
||||||
;; + (Optional) Builtin system tray
|
;; + (Optional) Builtin system tray
|
||||||
|
|
||||||
;; Installation & configuration
|
;; Installation & configuration
|
||||||
|
|
Loading…
Reference in a new issue