Mention dynamic workspace in various places

* README.md:
* exwm.el: Update README and comments.

* exwm-core.el (exwm-mode-menu exwm-mode-map): Add menu entries for
dynamic workspace feature.
This commit is contained in:
Chris Feng 2016-07-19 10:36:14 +08:00
parent 2ebeec1257
commit b51f3e65f1
3 changed files with 23 additions and 15 deletions

11
exwm.el
View file

@ -28,14 +28,15 @@
;; Overview
;; --------
;; EXWM (Emacs X Window Manager) is a full-featured tiling X window manager for
;; Emacs built on top of XELB. It features:
;; EXWM (Emacs X Window Manager) is a full-featured tiling X window manager
;; for Emacs built on top of [XELB](https://github.com/ch11ng/xelb).
;; It features:
;; + Fully keyboard-driven operations
;; + Hybrid layout modes (tiling & stacking)
;; + Workspace support
;; + Dynamic workspace support
;; + ICCCM/EWMH compliance
;; ++ (Optional) RandR (multi-monitor) support
;; ++ (Optional) system tray
;; + (Optional) RandR (multi-monitor) support
;; + (Optional) Builtin system tray
;; Installation & configuration
;; ----------------------------