No description
Find a file
Chris Feng d8281abca4 Avoid unnecessary changes of stacking order
* exwm-input.el (exwm-input--update-focus): Only restack a tiling X window
when it's not the last but one sibling.  This should reduce flickering.
2016-02-03 13:23:55 +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-config.el Disable some incompatible features 2015-11-02 11:19:59 +08:00
exwm-core.el Rework the X windows hierarchy model 2016-02-03 12:12:24 +08:00
exwm-floating.el Rework the X windows hierarchy model 2016-02-03 12:12:24 +08:00
exwm-input.el Avoid unnecessary changes of stacking order 2016-02-03 13:23:55 +08:00
exwm-layout.el Rework the X windows hierarchy model 2016-02-03 12:12:24 +08:00
exwm-manage.el Rework the X windows hierarchy model 2016-02-03 12:12:24 +08:00
exwm-randr.el Rework the X windows hierarchy model 2016-02-03 12:12:24 +08:00
exwm-workspace.el Rework the X windows hierarchy model 2016-02-03 12:12:24 +08:00
exwm.el Rework the X windows hierarchy model 2016-02-03 12:12:24 +08:00
README.md Work around subrs that block EXWM; other minor fixes 2015-09-27 19:43:06 +08:00
xinitrc Limit X host-based auth permissions. 2015-11-15 03:35:54 +00: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).