No description
Find a file
Chris Feng 5184f0d7c1 Work around subrs that block EXWM; other minor fixes
Some subrs (e.g. x-file-dialog) create X windows and block the execution of
EXWM, so they won't work normally.  This commit partly fixes this issue by
invoking them in a subordinate Emacs instance and trying to fetch the
result back.

* exwm.el (exwm-blocking-subrs): New variable for specify such subrs.
* exwm.el (exwm-enable, exwm--server-name, exwm--server-stop)
  (exwm--server-eval-at): The implementation.

* exwm-core.el:
* exwm-floating.el:
* exwm-layout.el:
* exwm-manage.el:
* exwm-randr.el:
  Evaluate constants at compile-time.

* README.md: Renamed from README.org to make the 'Commentary:' section
  used by GNU ELPA instead.

* exwm.el: Depends on XELB version 0.3.
2015-09-27 19:43:06 +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 Work around subrs that block EXWM; other minor fixes 2015-09-27 19:43:06 +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).