No description
Find a file
Chris Feng 623db8b378 Minor fixes for packaging
* .gitignore: Add ELPA files.
* exwm-workspace.el: Autoload exwm-workspace-switch.
* README.org: Renamed from README.md; add an installation note.
2015-09-21 13:31:57 +08:00
.elpaignore Code cleanups 2015-09-06 17:18:48 +08:00
.gitignore Minor fixes for packaging 2015-09-21 13:31:57 +08:00
exwm-core.el Check _MOTIF_WM_HINTS when attempting to manage an X window 2015-09-19 16:53:45 +08:00
exwm-floating.el Avoid autoloading variables 2015-09-19 12:34:30 +08:00
exwm-input.el Fix input & input focus issues 2015-09-20 10:51:58 +08:00
exwm-layout.el Avoid autoloading variables 2015-09-19 12:34:30 +08:00
exwm-manage.el Fix input & input focus issues 2015-09-20 10:51:58 +08:00
exwm-randr.el Fix with-slots 2015-09-11 21:00:27 +08:00
exwm-workspace.el Minor fixes for packaging 2015-09-21 13:31:57 +08:00
exwm.el On-demand update exwm-workspace--switch-history 2015-09-17 19:48:50 +08:00
README.org Minor fixes for packaging 2015-09-21 13:31:57 +08:00

Emacs X Window Manager

EXWM (Emacs X Window Manager) is a full-featured tiling X window manager for Emacs built on top of XELB. It features:

  • Fully keyboard-driven operation
  • Hybrid layout modes (tiling & stacking)
  • Workspace support
  • ICCCM/EWMH compliance
  • Basic RandR support (optional)

Please check the User Guide for more details.

Note: If you install EXWM from source, you need to manually install XELB (either from source or GNU ELPA).