No description
Find a file
Chris Feng 4d5dd85dcc Add support for desktop and dock
* exwm-manage.el (exwm-manage--manage-window): Add support for
_NET_WM_WINDOW_TYPE_DESKTOP and _NET_WM_WINDOW_TYPE_DOCK (they are not
reparented).
2015-12-11 12:11:24 +08:00
.elpaignore Code cleanups 2015-09-06 17:18:48 +08:00
.gitignore Minor fixes for packaging 2015-09-21 13:31:57 +08:00
exwm-config.el Disable some incompatible features 2015-11-02 11:19:59 +08:00
exwm-core.el Improve robustness of killing buffers 2015-10-29 18:32:55 +08:00
exwm-floating.el Make the creation/destruction of floating frames more silent 2015-10-28 14:05:56 +08:00
exwm-input.el Use new calling conventions of xcb:keysyms 2015-10-30 17:23:02 +08:00
exwm-layout.el Fix problems introduced/exposed by last commit 2015-10-26 12:38:20 +08:00
exwm-manage.el Add support for desktop and dock 2015-12-11 12:11:24 +08:00
exwm-randr.el Add hook run when screen changes 2015-11-01 11:06:28 +08:00
exwm-workspace.el Delay closing minibuffer 2015-10-27 20:26:35 +08:00
exwm.el Bump version to 0.1 2015-11-03 09:08:43 +08:00
README.md Work around subrs that block EXWM; other minor fixes 2015-09-27 19:43:06 +08:00
xinitrc Limit X host-based auth permissions. 2015-11-15 03:35:54 +00:00

Emacs X Window Manager

EXWM (Emacs X Window Manager) is a full-featured tiling X window manager for Emacs built on top of XELB. It features:

  • Fully keyboard-driven operation
  • Hybrid layout modes (tiling & stacking)
  • Workspace support
  • ICCCM/EWMH compliance
  • Basic RandR support (optional)

Please check the User Guide for more details.

Note: If you install EXWM from source, you need to manually install XELB (either from source or GNU ELPA).