No description
Find a file
Chris Feng 76ced38ae4 Fix input focus issues revealed by recent commits
* exwm-input.el (exwm-input--update-focus-window)
(exwm-input--on-buffer-list-update, exwm-input--update-focus-interval)
(exwm-input--update-focus-lock, exwm-input--update-focus-defer-timer)
(exwm-input--update-focus-timer, exwm-input--update-focus-defer)
(defun exwm-input--update-focus): Rework the input focus update
mechanism, mainly to overcome the input focus update contention.

* exwm-input.el (defun exwm-input--update-focus): Use `select-window'
instead of `exwm-workspace-switch'; calling the latter is too expensive.

* exwm-layout.el (exwm-layout--on-minibuffer-setup): Drop a unnecessary
line.

* exwm-workspace.el (exwm-workspace-switch): Set input focus to the new
workspace frame.
2016-07-21 12:51:37 +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 workspace creation and deletion 2016-07-21 12:48:12 +08:00
exwm-core.el Minor fixes 2016-07-21 12:44:05 +08:00
exwm-floating.el Minor cleanups 2016-07-21 12:41:51 +08:00
exwm-input.el Fix input focus issues revealed by recent commits 2016-07-21 12:51:37 +08:00
exwm-layout.el Fix input focus issues revealed by recent commits 2016-07-21 12:51:37 +08:00
exwm-manage.el Minor cleanups 2016-07-21 12:41:51 +08:00
exwm-randr.el Fix workspace creation and deletion 2016-07-21 12:48:12 +08:00
exwm-systemtray.el Add missing declarations 2016-07-17 12:00:00 +00:00
exwm-workspace.el Fix input focus issues revealed by recent commits 2016-07-21 12:51:37 +08:00
exwm.el Minor cleanups 2016-07-21 12:41:51 +08:00
README.md Mention dynamic workspace in various places 2016-07-19 10:36:14 +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)
  • Dynamic workspace support
  • ICCCM/EWMH compliance
  • (Optional) RandR (multi-monitor) support
  • (Optional) Built-in system tray

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