mirror of
https://github.com/emacs-exwm/exwm.git
synced 2024-11-23 21:17:59 +01:00
623db8b378
* .gitignore: Add ELPA files. * exwm-workspace.el: Autoload exwm-workspace-switch. * README.org: Renamed from README.md; add an installation note.
15 lines
538 B
Org Mode
15 lines
538 B
Org Mode
#+TITLE: Emacs X Window Manager
|
|
|
|
EXWM (Emacs X Window Manager) is a full-featured tiling X window manager for
|
|
Emacs built on top of [[https://github.com/ch11ng/xelb][XELB]].
|
|
It features:
|
|
+ Fully keyboard-driven operation
|
|
+ Hybrid layout modes (tiling & stacking)
|
|
+ Workspace support
|
|
+ ICCCM/EWMH compliance
|
|
+ Basic RandR support (optional)
|
|
|
|
Please check the [[https://github.com/ch11ng/exwm/wiki][User Guide]] for more details.
|
|
|
|
*Note*: If you install EXWM from source, you need to manually install XELB
|
|
(either from source or GNU ELPA).
|