No description
Find a file
Adrián Medraño Calvo 57d0e9e1d3 Support binding mouse events in line-mode
* exwm-input.el (exwm-input--event-passthrough-p): Predicate
checking whether an event should be forwarded to Emacs.
(exwm-input--on-KeyPress-line-mode): Use it.
* exwm-input.el (exwm-input--cache-event): Protect against
translations swallow the event.
* exwm-input.el (exwm-input--on-ButtonPress-line-mode)
(exwm-input--on-ButtonPress-char-mode): New functions.
(exwm-input--on-ButtonPress): Forward bound mouse events to Emacs
when in line-mode.
2018-10-08 12:00:00 +00:00
.elpaignore Code cleanups 2015-09-06 17:18:48 +08:00
.gitignore Minor fixes for packaging 2015-09-21 13:31:57 +08:00
exwm-cm.el Add customization settings 2018-02-19 00:04:27 +08:00
exwm-config.el ; Use `derived-mode-p'. 2018-07-15 00:00:00 +08:00
exwm-core.el Simplify input handling 2018-10-08 12:00:00 +00:00
exwm-floating.el ; Use `derived-mode-p'. 2018-07-15 00:00:00 +08:00
exwm-input.el Support binding mouse events in line-mode 2018-10-08 12:00:00 +00:00
exwm-layout.el Simplify input handling 2018-10-08 12:00:00 +00:00
exwm-manage.el Simplify debugging and fix dynamic-scoping `eval' 2018-09-16 00:00:00 +00:00
exwm-randr.el Fix wrong exwm-active frame parameters 2018-03-14 01:14:36 +08:00
exwm-systemtray.el Consistently name helper windows 2018-08-19 00:00:00 +00:00
exwm-workspace.el Explicitly specify frame for cursor warping conditional 2018-09-02 16:18:06 +08:00
exwm.el Merge branch 'medranocalvo/exwm-log-buffer' into externals/exwm 2018-08-19 00:00:00 +00:00
README.md Make X windows container-less 2018-02-18 01:04:04 +08:00
xinitrc Add customization settings 2018-02-19 00:04:27 +08: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) RandR (multi-monitor) support
  • (Optional) Built-in system tray

Please check out the screenshots to get an overview of what EXWM is capable of, and the user guide for a detailed explanation of its usage.

Note: If you install EXWM from source, it's recommended to install XELB also from source (otherwise install both from GNU ELPA).