mirror of
https://github.com/emacs-exwm/exwm.git
synced 2025-01-22 07:58:01 +01:00
Emacs X Window Manager
578e37e0e8
Emacs 29+ encourages these functions over define-key, so use them. We still use define-key in simulation keys because we need to process raw key definitions (vectors, not strings). * exwm-core.el (exwm-mode-map, exwm--kmacro-map): Use defvar-keymap. (exwm--kmacro-self-insert-command): change the kmacro self-insert command from a lambda to a function. * exwm-workspace.el (exwm-workspace--init-switch-map): Use keymap-set. (exwm-workspace--switch-map-nth-prefix): Use keymap-set. |
||
---|---|---|
.elpaignore | ||
.gitignore | ||
exwm-background.el | ||
exwm-core.el | ||
exwm-floating.el | ||
exwm-input.el | ||
exwm-layout.el | ||
exwm-manage.el | ||
exwm-randr.el | ||
exwm-systemtray.el | ||
exwm-workspace.el | ||
exwm-xim.el | ||
exwm-xsettings.el | ||
exwm.el | ||
LICENSE | ||
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 operations
- Hybrid layout modes (tiling & stacking)
- Dynamic workspace support
- ICCCM/EWMH compliance
Optional features:
- RandR (multi-monitor) support
- System tray
- Input method
- Background setting support
- XSETTINGS server
Please check out the screenshots to get an overview of what EXWM is capable of, and the user guide for installation instructions and a detailed explanation of its usage.