diff options
author | Chris Feng <chris.w.feng@gmail.com> | 2016-07-19T02·36+0800 |
---|---|---|
committer | Chris Feng <chris.w.feng@gmail.com> | 2016-07-19T02·36+0800 |
commit | b51f3e65f15385da70b659ef093230913429572b (patch) | |
tree | f64f801b626607c5d6e1f8687c71623770e6d290 /exwm.el | |
parent | 2ebeec12570636e673d08c8b4d47e12ce0da048b (diff) |
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.
Diffstat (limited to 'exwm.el')
-rw-r--r-- | exwm.el | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/exwm.el b/exwm.el index f7d027ebcfc2..b6bc164e54ef 100644 --- a/exwm.el +++ b/exwm.el @@ -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 ;; ---------------------------- |