No description
Find a file
Chris Feng 71a39840b2 Fix various input focus issues
* exwm-input.el (exwm-input--on-buffer-list-update): Cancel the frame
redirection introduced by 421c0512f7.

* exwm-input.el (exwm-input--on-buffer-list-update): Only ignore temp
buffers just switched from.

* exwm-input.el (exwm-input--update-focus-commit): New function for
ensuring the input focus lock can always be released.
(exwm-input--update-focus-defer, exwm-input--update-focus): Use it.

* exwm-input.el (exwm-input--update-focus): No need to select frames;
only transfer X input focus.

* exwm-core.el (exwm--defer): New macro for correcting the use of
`run-with-idle-timer' by taking `current-idle-time' into account.
* exwm-input.el (exwm-input--update-focus-defer)
(exwm-input--update-focus):
* exwm-layout.el (exwm-layout--on-minibuffer-setup)
(exwm-layout--on-echo-area-change):
* exwm-manage.el (exwm-manage--unmanage-window)
(exwm-workspace--prompt-delete):
* exwm-workspace.el (exwm-workspace-switch)
(exwm-workspace--add-frame-as-workspace):
Use it.
2017-11-19 14:51:45 +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-cm.el Free unused X resources 2017-11-19 14:46:35 +08:00
exwm-config.el Fix checkdoc warnings 2017-02-05 17:50:52 +08:00
exwm-core.el Fix various input focus issues 2017-11-19 14:51:45 +08:00
exwm-floating.el Avoid reusing dedicated window 2017-08-31 00:58:39 +08:00
exwm-input.el Fix various input focus issues 2017-11-19 14:51:45 +08:00
exwm-layout.el Fix various input focus issues 2017-11-19 14:51:45 +08:00
exwm-manage.el Fix various input focus issues 2017-11-19 14:51:45 +08:00
exwm-randr.el Fix checkdoc warnings 2017-02-05 17:50:52 +08:00
exwm-systemtray.el Fix systemtray applications crash when restarting 2017-10-09 00:29:05 +08:00
exwm-workspace.el Fix various input focus issues 2017-11-19 14:51:45 +08:00
exwm.el Correct the detection of emacsclient 2017-11-19 14:44:28 +08:00
README.md ; Fix typos 2016-08-15 22:59:48 +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 compositing manager
  • (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).