diff options
author | Chris Feng <chris.w.feng@gmail.com> | 2016-02-19T12·22+0800 |
---|---|---|
committer | Chris Feng <chris.w.feng@gmail.com> | 2016-02-19T12·22+0800 |
commit | fdfdabf95ae75a2f7af2758594b5d0246882f5a0 (patch) | |
tree | c45e92a06b3c7ead3cc9095824551e7f835422d0 /README.md | |
parent | 3f7722079cebd0d998239ce40457899135250a15 (diff) | |
parent | 08bf970b16405d4f6b48559e517ab61339a956bd (diff) |
Merge branch 'feat/systemtray' into externals/exwm
A simple system tray based on the X11 'System Tray' and XEmbed protocol.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md index 09fe470d392c..7f918bd2975e 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,12 @@ 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 operation ++ Fully keyboard-driven operations + Hybrid layout modes (tiling & stacking) + Workspace support + ICCCM/EWMH compliance -+ Basic RandR support (optional) ++ (Optional) RandR (multi-monitor) support ++ (Optional) system tray Please check the [User Guide](https://github.com/ch11ng/exwm/wiki) for more details. |