No description
Find a file
Chris Feng 1b2ae3749e Add cleanup codes for Emacs daemon
* exwm-floating.el (exwm-floating--exit):
* exwm-input.el (exwm-input--exit):
* exwm-layout.el (exwm-layout--exit):
* exwm-manage.el (exwm-manage--exit):
* exwm-randr.el (exwm-randr--exit):
* exwm-systemtray.el (exwm-systemtray--exit):
* exwm-workspace.el (exwm-workspace--exit):
New functions for cleanup each module.

* exwm-input.el (exwm-input--on-pre-command, exwm-input--on-post-command)
(exwm-input--init): Name lambda functions.

* exwm-layout.el (exwm-layout--timer, exwm-layout--init): Save timer.

* exwm-randr.el (exwm-randr-enable): Register the cleanup function.

* exwm-systemtray.el (exwm-systemtray--init): Force refresh atoms in XEMBED
and system tray protocols.
(exwm-systemtray-enable): Register the cleanup function.

* exwm-workspace.el (exwm-workspace--client): Save the server process.
(exwm-workspace--confirm-kill-emacs): Add emacsclient-specific
cleanup codes.
(exwm-workspace--timer): Save the timer.
(exwm-workspace--init): Save the server process and timer;
fix problems with emacsclient frames.

* exwm.el (exwm-init): Always select the newly created frame;
force refresh ICCCM & EWMH atoms.
(exwm-exit-hook): New hook for holding cleanup codes.
(exwm--exit): Run `exwm-exit-hook', execute cleanup codes for
each module and reset the environment.
2016-05-23 19:13:42 +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-config.el Fix the advice function for ido-buffer-window-other-frame 2016-02-21 16:30:08 +08:00
exwm-core.el Allow user to hide floating X windows 2016-02-25 12:41:35 +08:00
exwm-floating.el Add cleanup codes for Emacs daemon 2016-05-23 19:13:42 +08:00
exwm-input.el Add cleanup codes for Emacs daemon 2016-05-23 19:13:42 +08:00
exwm-layout.el Add cleanup codes for Emacs daemon 2016-05-23 19:13:42 +08:00
exwm-manage.el Add cleanup codes for Emacs daemon 2016-05-23 19:13:42 +08:00
exwm-randr.el Add cleanup codes for Emacs daemon 2016-05-23 19:13:42 +08:00
exwm-systemtray.el Add cleanup codes for Emacs daemon 2016-05-23 19:13:42 +08:00
exwm-workspace.el Add cleanup codes for Emacs daemon 2016-05-23 19:13:42 +08:00
exwm.el Add cleanup codes for Emacs daemon 2016-05-23 19:13:42 +08:00
README.md Fix system tray issues after updating workspaces 2016-02-19 17:12:43 +08:00
xinitrc Limit X host-based auth permissions. 2015-11-15 03:35:54 +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)
  • Workspace support
  • ICCCM/EWMH compliance
  • (Optional) RandR (multi-monitor) support
  • (Optional) system tray

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).