Emacs X Window Manager
Find a file
Chris Feng f167bc979c Replace `frame-geometry'
* exwm-workspace.el (exwm-workspace--frame-y-offset)
exwm-workspace--window-y-offset, exwm-workspace--update-offsets): New
variables & function for the calculation of Emacs frame offsets, as
`frame-geometry' is not available in Emacs 24.
* exwm-floating.el (exwm-floating--set-floating)
(exwm-floating--do-moveresize):
* exwm-layout.el (exwm-layout--show):
* exwm-systemtray.el (exwm-systemtray--on-workspace-switch)
(exwm-systemtray--on-randr-refresh, exwm-systemtray--init): Use them.

* exwm-systemtray.el (exwm-systemtray--refresh-all): Renamed from
`exwm-systemtray--on-randr-refresh'.
(exwm-systemtray--init, exwm-systemtray--exit): Use it.

* exwm-floating.el (exwm-floating--stop-moveresize): Send a
ConfigureNotify event to floating frame to update its position (seems
required by Emacs 24).
2019-09-14 00:00:00 +00: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-cm.el Update copyright year to 2019 2019-02-01 00:00:00 +00:00
exwm-config.el Replace `frame-geometry' 2019-09-14 00:00:00 +00:00
exwm-core.el Replace `frame-geometry' 2019-09-14 00:00:00 +00:00
exwm-floating.el Replace `frame-geometry' 2019-09-14 00:00:00 +00:00
exwm-input.el Make it possible to answer questions from Emacs when in char-mode 2019-08-18 00:00:00 +00:00
exwm-layout.el Replace `frame-geometry' 2019-09-14 00:00:00 +00:00
exwm-manage.el ; Improve the docstring of `exwm-manage-configurations' 2019-09-08 00:00:00 +00:00
exwm-randr.el Add compatibility mode for legacy servers 2019-04-14 00:00:00 +00:00
exwm-systemtray.el Replace `frame-geometry' 2019-09-14 00:00:00 +00:00
exwm-workspace.el Replace `frame-geometry' 2019-09-14 00:00:00 +00:00
exwm-xim.el Clear echo area for input methods 2019-08-25 00:00:00 +00:00
exwm.el ; Autoload `exwm-enable' 2019-09-08 00:00:00 +00:00
README.md Add input method support 2019-02-06 00:00:00 +00:00
xinitrc Add input method support 2019-02-06 00:00:00 +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 operations
  • Hybrid layout modes (tiling & stacking)
  • Dynamic workspace support
  • ICCCM/EWMH compliance
  • (Optional) RandR (multi-monitor) support
  • (Optional) Builtin system tray
  • (Optional) Builtin input method

Please check out the screenshots to get an overview of what EXWM is capable of, and the user guide for a detailed explanation of its usage.

Note: If you install EXWM from source, it's recommended to install XELB also from source (otherwise install both from GNU ELPA).