No description
Find a file
Chris Feng 3b9d0dd921 Fixes for manage/unmanage window
* Make sure `exwm-manage--manage-window-queue` is cleaned
* Improve input focus handling after unmanaging a window
* Remove a redundant call to `exwm-layout--show`
2015-08-08 08:29:57 +08:00
COPYING First commit 2015-07-17 19:16:08 +08:00
exwm-floating.el Fixes for manage/unmanage window 2015-08-08 08:29:57 +08:00
exwm-input.el Fix input focus lost after closing window 2015-08-07 20:22:12 +08:00
exwm-layout.el Fix input focus lost after closing window 2015-08-07 20:22:12 +08:00
exwm-manage.el Fixes for manage/unmanage window 2015-08-08 08:29:57 +08:00
exwm-randr.el Add basic RandR support 2015-08-03 20:26:53 +08:00
exwm-workspace.el Fix input focus lost after closing window 2015-08-07 20:22:12 +08:00
exwm.el Various input fixes 2015-08-07 12:41:15 +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