No description
Find a file
Chris Feng bc80eefe3f Fix multi-monitor/fullscreen issues
* exwm-randr.el (exwm-randr--refresh): Correct the _NET_WORKAREA property.
Reconfigure the current workspace when screen changes.
(exwm-randr--init): Run `exwm-randr-screen-change-hook' to take into
account already attached monitor(s),

* exwm.el (exwm--on-ClientMessage): Reconfigure the current workspace when
it's fullscreen.
2016-02-06 16:47:30 +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 Update copyright year to 2016 2016-02-02 22:33:58 +08:00
exwm-core.el Merge branch 'feat/virtual-root' 2016-02-03 13:30:14 +08:00
exwm-floating.el Add auto-hiding minibuffer support 2016-02-06 12:59:33 +08:00
exwm-input.el Add auto-hiding minibuffer support 2016-02-06 12:59:33 +08:00
exwm-layout.el Add auto-hiding minibuffer support 2016-02-06 12:59:33 +08:00
exwm-manage.el Add auto-hiding minibuffer support 2016-02-06 12:59:33 +08:00
exwm-randr.el Fix multi-monitor/fullscreen issues 2016-02-06 16:47:30 +08:00
exwm-workspace.el Add auto-hiding minibuffer support 2016-02-06 12:59:33 +08:00
exwm.el Fix multi-monitor/fullscreen issues 2016-02-06 16:47:30 +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).