mirror of
https://github.com/emacs-exwm/exwm.git
synced 2024-11-27 06:48:00 +01:00
Emacs X Window Manager
dd9c11125f
And make enabling it idempotent (part of #47). * exwm-randr.el (exwm-randr--connection): create a separate connection variable for EXWM randr, following up from this [1] GitHub discussion. (*): switch to the new variable. (exwm-randr--assert-connected): a new function to assert that randr is enabled & connected (for interactive commands). (exwm-randr-refresh): use the aformentioned function. (exwm-randr-mode, exwm-randr-enable): move these to the top so we can reference the mode variable. [1]: https://github.com/emacs-exwm/exwm/pull/48#discussion_r1626741032 |
||
---|---|---|
.elpaignore | ||
.gitignore | ||
exwm-background.el | ||
exwm-config.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 | ||
xinitrc |
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.