Find a file
Chris Feng 3fb90b9eaa Fix fullscreen issues
* Correct ConfigureNotify events sent to fullscreen windows.
* Exit fullscreen mode before switching workspace.
* Temporarily treat `xcb:Atom:_NET_WM_STATE_ABOVE` as
  `xcb:Atom:_NET_WM_STATE_FULLSCREEN` since
  a) "plugin-container" (Flash Player) seems only set this, and
  b) it's not normally used by applications.
  This makes fullscreen videos working in e.g. iceweasel.
2015-08-06 12:32:14 +08:00
COPYING First commit 2015-07-17 19:16:08 +08:00
exwm-floating.el Improve move/resize 2015-07-18 10:23:24 +08:00
exwm-input.el Various fixes 2015-08-05 14:10:44 +08:00
exwm-layout.el First commit 2015-07-17 19:16:08 +08:00
exwm-manage.el Fix fullscreen issues 2015-08-06 12:32:14 +08:00
exwm-randr.el Add basic RandR support 2015-08-03 20:26:53 +08:00
exwm-workspace.el Fix fullscreen issues 2015-08-06 12:32:14 +08:00
exwm.el Fix fullscreen issues 2015-08-06 12:32:14 +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