Emacs X Window Manager
Find a file
Chris Feng 9ff99d6328 Do not set _NET_WORKAREA
* exwm-workspace.el (exwm-workspace--update-workareas): Do not set
_NET_WORKAREA.
* exwm.el (exwm--init-icccm-ewmh, exwm--exit-icccm-ewmh): Remove
_NET_WORKAREA from the supported list.
2016-08-15 18:42:35 +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-cm.el Implement compositing manager module 2016-08-14 18:16:55 +08:00
exwm-config.el Fix workspace creation and deletion 2016-07-21 12:48:12 +08:00
exwm-core.el Check for _NET_WM_STATE_FULLSCREEN on managing 2016-08-12 19:27:26 +08:00
exwm-floating.el Fix CreateWindow attributes 2016-08-12 19:18:32 +08:00
exwm-input.el Only check input focus for globally active model 2016-08-14 12:24:40 +08:00
exwm-layout.el Check for _NET_WM_STATE_FULLSCREEN on managing 2016-08-12 19:27:26 +08:00
exwm-manage.el Check for _NET_WM_STATE_FULLSCREEN on managing 2016-08-12 19:27:26 +08:00
exwm-randr.el Do not set _NET_WORKAREA 2016-08-15 18:42:35 +08:00
exwm-systemtray.el Fix CreateWindow attributes 2016-08-12 19:18:32 +08:00
exwm-workspace.el Do not set _NET_WORKAREA 2016-08-15 18:42:35 +08:00
exwm.el Do not set _NET_WORKAREA 2016-08-15 18:42:35 +08:00
README.md Document the compositing manager module 2016-08-14 18:19:16 +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 operations
  • Hybrid layout modes (tiling & stacking)
  • Dynamic workspace support
  • ICCCM/EWMH compliance
  • (Optional) RandR (multi-monitor) support
  • (Optional) Built-in composting manager
  • (Optional) Built-in system tray

Please check out the screenshots to get an overview of what EXWM is capable of, and the user guide for a detailed explanation of its usage.

Note: If you install EXWM from source, it's recommended to install XELB also from source (otherwise install both from GNU ELPA).