No description
Find a file
Chris Feng 04e4269617 Improve input focus switch mechanism
This commit should fix most input focus bugs (especially those related to
floating windows). The actual settings of input focus are delayed to exclude
redundant event. Dead code since this commit is removed.

This commit also fixes a bug for non-floating windows converted form floating
state. The workaround for `ido-mode` is also improved to properly handle
`exwm-mode` buffers.
2015-08-12 18:09:35 +08:00
COPYING First commit 2015-07-17 19:16:08 +08:00
exwm-floating.el Improve input focus switch mechanism 2015-08-12 18:09:35 +08:00
exwm-input.el Improve input focus switch mechanism 2015-08-12 18:09:35 +08:00
exwm-layout.el Fix buffer switch problems 2015-08-11 11:54:38 +08:00
exwm-manage.el Improve input focus switch mechanism 2015-08-12 18:09:35 +08:00
exwm-randr.el Add basic RandR support 2015-08-03 20:26:53 +08:00
exwm-workspace.el Improve input focus switch mechanism 2015-08-12 18:09:35 +08:00
exwm.el Improve input focus switch mechanism 2015-08-12 18:09:35 +08:00
README Drop intro to EXIM 2015-08-05 20:53:17 +08:00

Emacs X Window Manager
======================

EXWM (Emacs X Window Manager) turns Emacs into a full-featured tiling X window
manager. Please check the wiki for more details.
  + Wiki: https://github.com/ch11ng/exwm/wiki

EXWM is built on top of XELB and its utility libraris:
  + XELB: https://github.com/ch11ng/xelb
  + XELB utilility libraries: https://github.com/ch11ng/xelb-util