No description
Find a file
Philip d1806e9188 Improve code robustness.
* exwm-layout.el (exwm-layout-unset-fullscreen)
	(exwm-layout-set-fullscreen): Use `user-error' rather than
	`cl-assert'.
	* exwm-input.el (exwm-input--set-focus): Silently accept unknown
	ids. (exwm-input--grab-keyboard) (exwm-input--release-keyboard):
        Silently ignore calls for windows that have no buffer.
	* exwm-manage.el (exwm-manage--kill-client): Don't throw error
	when trying to kill a vanished window.
2015-08-17 07:45:10 +00: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 Improve code robustness. 2015-08-17 07:45:10 +00:00
exwm-manage.el Improve code robustness. 2015-08-17 07:45:10 +00:00
exwm-randr.el Fix multi-screen bugs 2015-08-13 12:02:44 +08:00
exwm-workspace.el Improve input focus switch mechanism 2015-08-12 18:09:35 +08:00
exwm.el Fix multi-screen bugs 2015-08-13 12:02:44 +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