Emacs X Window Manager
Find a file
Steven Allen 3179085c29
Use the correct value masks when resizing/moving (#75)
* exwm-floating.el (exwm-floating--do-moveresize): use the correct value
  masks when resizing/moving floating windows.
2024-08-18 15:01:50 +00: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 satisfy checkdoc 2024-06-06 09:56:47 +02:00
exwm-config.el Deprecate xinitrc 2024-06-15 09:17:21 +02:00
exwm-core.el Require compat 29.1 2024-07-07 18:38:07 +02:00
exwm-floating.el Use the correct value masks when resizing/moving (#75) 2024-08-18 15:01:50 +00:00
exwm-input.el satisfy checkdoc 2024-06-06 09:56:47 +02:00
exwm-layout.el exwm-layout-toggle-fullscreen: work non-interactively 2024-06-21 17:56:21 +00:00
exwm-manage.el Ensure that default-directory is a directory name in EXWM buffers. 2024-02-04 22:39:06 +01:00
exwm-randr.el Fix on-Notify (#71) 2024-07-18 12:19:46 +00:00
exwm-systemtray.el exwm-systemtray--init, exwm-xsettings--init: Idempotent initialization 2024-06-06 10:12:02 +02:00
exwm-workspace.el Transfer surrogate minibuffers to the next workspace on delete (#74) 2024-08-18 14:35:04 +00:00
exwm-xim.el satisfy checkdoc 2024-06-06 09:56:47 +02:00
exwm-xsettings.el exwm-xsettings: Use color-dark-p from Compat 2024-07-07 18:43:18 +02:00
exwm.el Bump xelb dependency 2024-07-08 23:24:58 +02: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
xinitrc Deprecate xinitrc 2024-06-15 09:17:21 +02: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.