No description
e8bc51280d
* exwm-core.el (exwm--make-emacs-idle-for): Removed. * exwm-workspace.el (exwm-workspace--switch-count): New variable. (exwm-workspace-switch): Increase exwm-workspace--switch-count when necessary; Remove the call to exwm--make-emacs-idle-for. (exwm-workspace--on-focus-in): Consume exwm-workspace--switch-count. * exwm-workspace.el (exwm-workspace--on-focus-in): Close active minibuffer. |
||
---|---|---|
.elpaignore | ||
.gitignore | ||
exwm-core.el | ||
exwm-floating.el | ||
exwm-input.el | ||
exwm-layout.el | ||
exwm-manage.el | ||
exwm-randr.el | ||
exwm-workspace.el | ||
exwm.el | ||
README.md |
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).