No description
Find a file
Chris Feng 11cc84d77e Minor input focus fix
* exwm-input.el (exwm-input--on-buffer-list-update): Schedule input focus
  switch with idle timer.
2015-10-28 10:37:18 +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 Fix workspace switch issues 2015-10-25 14:51:06 +08:00
exwm-floating.el Fix problems introduced/exposed by last commit 2015-10-26 12:38:20 +08:00
exwm-input.el Minor input focus fix 2015-10-28 10:37:18 +08:00
exwm-layout.el Fix problems introduced/exposed by last commit 2015-10-26 12:38:20 +08:00
exwm-manage.el Restrict the check of _MOTIF_WM_HINTS 2015-10-10 20:59:33 +08:00
exwm-randr.el Work around subrs that block EXWM; other minor fixes 2015-09-27 19:43:06 +08:00
exwm-workspace.el Delay closing minibuffer 2015-10-27 20:26:35 +08:00
exwm.el Work around subrs that block EXWM; other minor fixes 2015-09-27 19:43:06 +08:00
README.md Work around subrs that block EXWM; other minor fixes 2015-09-27 19:43:06 +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).