No description
Find a file
Chris Feng 43af6bb6a2 Drop support for _NET_WM_STATE_MODAL
; Modal X windows are not necessarily floating.

* exwm.el (exwm--on-ClientMessage, exwm--init-icccm-ewmh): Drop support
for _NET_WM_STATE_MODAL.
2016-09-22 19:08:13 +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 ; Fix typos 2016-08-15 22:59:48 +08:00
exwm-config.el Fix workspace creation and deletion 2016-07-21 12:48:12 +08:00
exwm-core.el Add toggle commands 2016-08-24 19:21:17 +08:00
exwm-floating.el Force using visible buffers in `other-buffer' 2016-08-31 19:18:42 +08:00
exwm-input.el ; Remove dead code 2016-09-22 19:02:54 +08:00
exwm-layout.el Add toggle commands 2016-08-24 19:21:17 +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 Force using visible buffers in `other-buffer' 2016-08-31 19:18:42 +08:00
exwm.el Drop support for _NET_WM_STATE_MODAL 2016-09-22 19:08:13 +08:00
README.md ; Fix typos 2016-08-15 22:59:48 +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 compositing 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).