Emacs X Window Manager
Find a file
Chris Feng 048994c794 Remove redundant code caused by the concurrency of events (continued)
Remove `exwm--with-current-id`, which was introduced to as a wrapper to
`with-current-buffer` to do extra checks. Note that in functions run as hooks,
the validation of window ID is still required as they are not synchronized with
events.
2015-08-10 14:23:37 +08:00
COPYING First commit 2015-07-17 19:16:08 +08:00
exwm-floating.el Fix emacsclient bugs 2015-08-10 10:55:28 +08:00
exwm-input.el Remove redundant code caused by the concurrency of events (continued) 2015-08-10 14:23:37 +08:00
exwm-layout.el Remove redundant code caused by the concurrency of events (continued) 2015-08-10 14:23:37 +08:00
exwm-manage.el Remove redundant code caused by the concurrency of events (continued) 2015-08-10 14:23:37 +08:00
exwm-randr.el Add basic RandR support 2015-08-03 20:26:53 +08:00
exwm-workspace.el Show moved window by default 2015-08-08 20:39:05 +08:00
exwm.el Remove redundant code caused by the concurrency of events (continued) 2015-08-10 14:23:37 +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