mirror of
https://github.com/emacs-exwm/exwm.git
synced 2025-01-22 07:58:01 +01:00
Emacs X Window Manager
2f229de5af
Instead of one big keymap that we re-create when we initialize the workspace module, this patch creates 4 keymaps: 1. A private "switch by index" keymap that's defined once. 2. A private "switch by name" keymap that's updated whenever exwm-workspace-index-map is changed. 3. A public exwm-workspace-switch-map for general+user keybindings. 4. A fourth keymap that combines all three of these. That way, the user can customize the public keymap as desired. * exwm-workspace.el (exwm-workspace--switch-history) exwm-workspace--switch-history-outdated): Move declarations. (exwm-workspace--switch-by-index-map): New keymap for switching workspaces by index. (exwm-workspace--switch-by-name-map): New keymap for switching workspaces by name. (exwm-workspace-index-map): Update the switch-by-name map and mark the history as outdated whenever this variable is customized. (exwm-workspace--switch-map) (exwm-workspace--workspace-from-frame-or-index): Renamed exwm-workspace--switch-map to exwm-workspace-switch-map. (exwm-workspace--init-switch-map): Removed. (exwm-workspace-switch-map): The new user-customizable map replacing exwm-workspace--switch-map. (exwm-workspace--switch-composed-map): The combined map used by exwm-workspace-switch. (exwm-workspace--update-switch-by-name-map): New function to update the switch-by-name map, called on by the customization framework and on initialization of the workspace module. |
||
---|---|---|
.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.