No description
Find a file
Adrián Medraño Calvo 1aa4ca781d Support for killing the X terminal
Check whether frames are alive upon teardown, as it might not be
the case when the terminal is killed as
`delete-terminal-functions' might be invoked after the terminal is
deleted.

* exwm-core.el (exwm--terminal): New variable holding the terminal
EXWM runs under.
(exwm-init, exwm-exit): Set and unset it.

* exwm.el (exwm--on-delete-terminal): New function for exiting
EXWM when the terminal is deleted.
(exwm-init): Use it.

* exwm.el (exwm--confirm-kill-terminal, exwm-init): Ask for
confirmation before deleting terminal.

* exwm-workspace.el (exwm-workspace--fullscreen-workspace): New
function.  Ensure the frame is alive.
(exwm-workspace--add-frame-as-workspace): Use it.
(exwm-workspace--exit-minibuffer-frame): Cancel
`exwm-workspace--display-echo-area-timer'.
(exwm-workspace--exit-minibuffer-frame): Ensure the minibuffer
frame is alive.
(exwm-workspace--exit): Ignore dead workspace frames.
2021-12-09 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 2021 2021-10-29 00:00:00 +00:00
exwm-config.el Update copyright year to 2021 2021-10-29 00:00:00 +00:00
exwm-core.el Support for killing the X terminal 2021-12-09 00:00:00 +00:00
exwm-floating.el Update copyright year to 2021 2021-10-29 00:00:00 +00:00
exwm-input.el Update copyright year to 2021 2021-10-29 00:00:00 +00:00
exwm-layout.el Fix previous commit "Remove duplicate code" 2021-11-10 00:00:00 +00:00
exwm-manage.el Update copyright year to 2021 2021-10-29 00:00:00 +00:00
exwm-randr.el Update copyright year to 2021 2021-10-29 00:00:00 +00:00
exwm-systemtray.el Update copyright year to 2021 2021-10-29 00:00:00 +00:00
exwm-workspace.el Support for killing the X terminal 2021-12-09 00:00:00 +00:00
exwm-xim.el Merge branch 'tumashu.github.com/master' into externals/exwm 2021-10-30 00:00:00 +00:00
exwm.el Support for killing the X terminal 2021-12-09 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).