Emacs X Window Manager
Find a file
Steven Allen 9cdfe95066 Work around a bug where the tab-line isn't taken into account
In Emacs before version 31, window-inside-absolute-pixel-edges returns
the wrong y-offset when the per-buffer tab-line is enabled. The tab-line
is taken into account when computing the window's height, so we adjust
the y-offset after computing the height.

Fixed upstream in https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75576.

* exwm-layout.el (exwm-layout--show): Adjust the window's y-offset to
include the tab-line.  (Bug emacs-exwm/exwm#114)
2025-01-16 18:06:02 +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 ; Update copyright years 2025-01-01 10:16:38 +01:00
exwm-core.el ; Update copyright years 2025-01-01 10:16:38 +01:00
exwm-floating.el ; Update copyright years 2025-01-01 10:16:38 +01:00
exwm-input.el Set _NET_ACTIVE_WINDOW to the current EXWM workspace 2025-01-03 17:37:06 +00:00
exwm-layout.el Work around a bug where the tab-line isn't taken into account 2025-01-16 18:06:02 +00:00
exwm-manage.el ; Update copyright years 2025-01-01 10:16:38 +01:00
exwm-randr.el ; Update copyright years 2025-01-01 10:16:38 +01:00
exwm-systemtray.el ; Update copyright years 2025-01-01 10:16:38 +01:00
exwm-workspace.el ; Update copyright years 2025-01-01 10:16:38 +01:00
exwm-xim.el ; Update copyright years 2025-01-01 10:16:38 +01:00
exwm-xsettings.el ; Update copyright years 2025-01-01 10:16:38 +01:00
exwm.el ; Update copyright years 2025-01-01 10:16:38 +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.