No description
Find a file
Chris Feng 874c383672 Merge pull request #42 from pipcet/ewmh-fullscreen
Avoid using the "no window manager" code in Emacs
2015-08-25 19:22:09 +08:00
COPYING First commit 2015-07-17 19:16:08 +08:00
exwm-floating.el Provide hooks run when the floating state of a window changes (close #28) 2015-08-16 19:02:48 +08:00
exwm-input.el Improve code robustness. 2015-08-17 07:45:10 +00:00
exwm-layout.el Avoid using the "no window manager" code in Emacs 2015-08-24 19:12:45 +00:00
exwm-manage.el Only manage windows mapped as the direct children of root window (close #38) 2015-08-24 19:01:27 +08:00
exwm-randr.el Avoid using the "no window manager" code in Emacs 2015-08-24 19:12:45 +00:00
exwm-workspace.el Avoid using the "no window manager" code in Emacs 2015-08-24 19:12:45 +00:00
exwm.el Avoid using the "no window manager" code in Emacs 2015-08-24 19:12:45 +00: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