Emacs X Window Manager
Find a file
Steven Allen 6eaa0301f1 Correctly stop the subordinate Emacs daemon
This patch starts Emacs as a foreground daemon (so it can accurately be
killed) and terminates it by sending a signal (because
'server-force-delete' stops the local server, not the named server).

* exwm.el (exwm--server-timeout): The time to politely wait for the
subordinate server to exit before killing it.
(exwm--server-stop): Send SIGTERM to the subordinate process instead of
using 'server-force-delete'.
(exwm--server-eval-at): Prevent Emacs from forking so we can manage it
as a subprocess.
2023-12-31 08:47:49 -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-background.el Update copyright year to 2023 2023-08-18 00:00:00 +00:00
exwm-cm.el Update copyright year to 2023 2023-08-18 00:00:00 +00:00
exwm-config.el Update copyright year to 2023 2023-08-18 00:00:00 +00:00
exwm-core.el Fix bytecompiler warnings, improve docstrings 2023-08-18 00:00:00 +00:00
exwm-floating.el Update copyright year to 2023 2023-08-18 00:00:00 +00:00
exwm-input.el Catch and report all errors raised when invoking command hooks 2023-09-11 00:00:00 +00:00
exwm-layout.el Fix bytecompiler warnings, improve docstrings 2023-08-18 00:00:00 +00:00
exwm-manage.el Fix bytecompiler warnings, improve docstrings 2023-08-18 00:00:00 +00:00
exwm-randr.el Declare external function 2023-08-18 00:00:00 +00:00
exwm-systemtray.el Fix bytecompiler warnings, improve docstrings 2023-08-18 00:00:00 +00:00
exwm-workspace.el Fix workspace height unsharing workarea value 2023-09-10 00:00:00 +00:00
exwm-xim.el Fix bytecompiler warnings, improve docstrings 2023-08-18 00:00:00 +00:00
exwm.el Correctly stop the subordinate Emacs daemon 2023-12-31 08:47:49 -08:00
LICENSE Add license file 2022-02-10 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).