mirror of
https://github.com/emacs-exwm/exwm.git
synced 2024-11-23 21:17:59 +01:00
6d63c71280
* Transfer copyright to Free Software Foundation * Add packaging components (e.g. headers) * Coding style fixes: + Quote functions with "#'" + Wrap long lines + Fix doc strings / comments * Replace `string-to-int' with `string-to-number' * Fix compiling errors / eliminate compiling warnings + Add exwm-core.el to hold common variables, functions and macros * Remove the redundant COPYING file * Add .gitignore * Rename README to README.md
13 lines
432 B
Markdown
13 lines
432 B
Markdown
Emacs X Window Manager
|
|
======================
|
|
|
|
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
|
|
+ Hybrid layout modes (tiling & stacking)
|
|
+ Workspace support
|
|
+ ICCCM/EWMH compliance
|
|
+ Basic RandR support (optional)
|
|
|
|
Please check the [wiki](https://github.com/ch11ng/exwm/wiki) for more details.
|