No description
Find a file
Chris Feng 2ebeec1257 Adapt dynamic workspace for RandR module
* exwm-workspace.el (exwm-workspace-list-change-hook):
New hook run when the workspace list is modified.
* exwm-randr.el (exwm-randr--init, exwm-randr--exit):
* exwm-workspace.el (exwm-workspace-swap, exwm-workspace-move)
(exwm-workspace--add-frame-as-workspace)
(exwm-workspace--remove-frame-as-workspace):
Use it.
2016-07-19 10:34:38 +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 Remove `exwm-worspace-number' 2016-07-17 12:00:00 +00:00
exwm-core.el Fix various minor issues 2016-07-19 10:24:23 +08:00
exwm-floating.el Add missing declarations 2016-07-17 12:00:00 +00:00
exwm-input.el Work with workspace frames instead of indices 2016-07-17 12:00:00 +00:00
exwm-layout.el Fix various minor issues 2016-07-19 10:24:23 +08:00
exwm-manage.el Fix various minor issues 2016-07-19 10:24:23 +08:00
exwm-randr.el Adapt dynamic workspace for RandR module 2016-07-19 10:34:38 +08:00
exwm-systemtray.el Add missing declarations 2016-07-17 12:00:00 +00:00
exwm-workspace.el Adapt dynamic workspace for RandR module 2016-07-19 10:34:38 +08:00
exwm.el Improve the handling of workspaces 2016-07-19 10:30:21 +08:00
README.md Fix system tray issues after updating workspaces 2016-02-19 17:12:43 +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)
  • Workspace support
  • ICCCM/EWMH compliance
  • (Optional) RandR (multi-monitor) support
  • (Optional) system tray

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).