Emacs X Window Manager
Find a file
Steven Allen 9f310dd5c1
Remove exwm-input--during-command logic (#94)
`exwm-input--duration-command' isn't reliably unset when exiting
commands initiated by emacsclient causing Emacs to swallow one key
press. See ch11ng/exwm#253 and emacs-exwm/exwm#93.

However, `exwm-input--duration-command' appears to be no longer
necessary now that bind `exwm-input-line-mode-passthrough' around all
input commands (via advice).

fixes #93

* exwm-core.el (exwm--kmacro-map): remove obsolete comment.
* exwm-input.el (exwm-input--during-command): Remove variable.
(exwm-input--event-passthrough-p): Remove reference to variable.
(exwm-input-pre-post-command-blacklist): Remove newly unused option.
(exwm-input--on-pre-command, exwm-input--on-post-command): Remove hooks.
(exwm-input--init, exwm-input--exit): Remove references to the above
hooks.
* exwm-workspace.el (exwm-input--during-command): Remove reference to
removed variable.
(exwm-workspace--on-echo-area-dirty): Use real-this-command to detect
in-progress commands.
2024-12-16 01:30:18 +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 ; Warn more explicitly about deprecations. 2024-09-24 08:36:18 +02:00
exwm-core.el Remove exwm-input--during-command logic (#94) 2024-12-16 01:30:18 +00:00
exwm-floating.el Disable splitting of floating frames (#76) 2024-08-23 19:08:02 +00:00
exwm-input.el Remove exwm-input--during-command logic (#94) 2024-12-16 01:30:18 +00:00
exwm-layout.el Avoid sometimes selecting killed buffers (#87) 2024-11-18 09:04:16 +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 ; Warn more explicitly about deprecations. 2024-09-24 08:36:18 +02:00
exwm-systemtray.el ; Warn more explicitly about deprecations. 2024-09-24 08:36:18 +02:00
exwm-workspace.el Remove exwm-input--during-command logic (#94) 2024-12-16 01:30:18 +00:00
exwm-xim.el ; Warn more explicitly about deprecations. 2024-09-24 08:36:18 +02:00
exwm-xsettings.el ; Warn more explicitly about deprecations. 2024-09-24 08:36:18 +02:00
exwm.el Bump version 0.32 2024-10-05 15:24:59 +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

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.