No description
Find a file
Chris Feng 3b518eec23 Fix a position calculation error on multi-monitor settings
* exwm-floating.el (exwm-floating--set-floating): Always use relative
  positions.
2015-10-01 09:30:14 +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 Work around subrs that block EXWM; other minor fixes 2015-09-27 19:43:06 +08:00
exwm-floating.el Fix a position calculation error on multi-monitor settings 2015-10-01 09:30:14 +08:00
exwm-input.el Fix click-to-focus on multi-monitor settings 2015-09-25 13:45:30 +08:00
exwm-layout.el Work around subrs that block EXWM; other minor fixes 2015-09-27 19:43:06 +08:00
exwm-manage.el Work around subrs that block EXWM; other minor fixes 2015-09-27 19:43:06 +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 Adjust default prefix keys; advice x-create-frame 2015-09-23 12:53:08 +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).