Emacs X Window Manager
Find a file
Daniel Mendler 53ea124e99
exwm-enable: Set x-no-window-manager
* exwm.el (exwm-enable): Set `x-no-window-manager' which tells Emacs to not wait
for the window manager, which is Emacs itself if EXWM is used.
2024-12-23 22:06:21 +01:00
.elpaignore ; Add LICENSE to .elpaignore 2024-01-12 15:01:18 +01:00
.gitignore Minor fixes for packaging 2015-09-21 13:31:57 +08:00
exwm-background.el ; Use standard package footer formatting 2024-12-22 14:06:14 +01:00
exwm-core.el ; Use standard package footer formatting 2024-12-22 14:06:14 +01:00
exwm-floating.el ; Use standard package footer formatting 2024-12-22 14:06:14 +01:00
exwm-input.el Reduce autoloads 2024-12-23 14:14:58 +01:00
exwm-layout.el Reduce autoloads 2024-12-23 14:14:58 +01:00
exwm-manage.el ; Use standard package footer formatting 2024-12-22 14:06:14 +01:00
exwm-randr.el Reduce autoloads 2024-12-23 14:14:58 +01:00
exwm-systemtray.el ; Use standard package footer formatting 2024-12-22 14:06:14 +01:00
exwm-workspace.el Reduce autoloads 2024-12-23 14:14:58 +01:00
exwm-xim.el ; Use standard package footer formatting 2024-12-22 14:06:14 +01:00
exwm-xsettings.el ; Use standard package footer formatting 2024-12-22 14:06:14 +01:00
exwm.el exwm-enable: Set x-no-window-manager 2024-12-23 22:06:21 +01:00
LICENSE Add license file 2022-02-10 00:00:00 +00:00
README.md ; README: Refer to the user guide for installation instructions 2024-01-14 12:32:02 +01:00

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.