[GNU ELPA] Exwm version 0.35
ELPA update <[email protected]> Sun, 28 Jun 2026 05:05:35 -0400
| Newsgroups | gmane.emacs.sources |
|---|---|
| Message-ID | <[email protected]> |
Version 0.35 of package Exwm has just been released in GNU ELPA.
You can now find it in M-x list-packages RET.
Exwm describes itself as:
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Emacs X Window Manager
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
More at https://elpa.gnu.org/packages/exwm.html
## Summary:
Overview
--------
EXWM (Emacs X Window Manager) is a full-featured tiling X window manager
for Emacs built on top of [XELB](https://github.com/emacs-exwm/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
Installation & configuration
----------------------------
Here are the minimal steps to get EXWM working:
1. Install XELB and EXWM, and make sure they are in `load-path'.
2. In '~/.emacs', add following lines (please modify accordingly):
(require 'exwm)
(setq exwm-input-global-keys `(([?\s-r] . exwm-reset)))
(exwm-wm-mode)
## Recent NEWS:
[Not provided =F0=9F=99=81]