No description
Find a file
Chris Feng 5b9f4b0851 Make it possible to answer questions from Emacs when in char-mode
* exwm-input.el (exwm-input--echo-area-timer): New variable storing
the timer used for detecting echo area messages.
(exwm-input--on-minibuffer-setup, exwm-input--on-minibuffer-exit)
(exwm-input--on-echo-area-dirty, exwm-input--on-echo-area-clear): New
functions for grabbing/releasing keyboard when minibuffer/echo becomes
active/inactive.
(exwm-input--init, exwm-input--exit): Register/Unregister them.
(exwm-input--grab-keyboard, exwm-input--release-keyboard): Validate
buffers.
2019-08-18 00: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 Update copyright year to 2019 2019-02-01 00:00:00 +00:00
exwm-config.el Do the same for `exwm-input-global-keys' 2019-02-06 00:00:00 +00:00
exwm-core.el Remove hard-coded keys in menu 2019-08-05 00:00:00 +00:00
exwm-floating.el ; Follows up 2019-03-24 00:00:00 +00:00
exwm-input.el Make it possible to answer questions from Emacs when in char-mode 2019-08-18 00:00:00 +00:00
exwm-layout.el Remove loading order dependency on `mouse-autoselect-window' 2019-03-17 00:00:00 +00:00
exwm-manage.el Make `exwm-manage-configurations' more user friendly 2019-08-11 00:00:00 +00:00
exwm-randr.el Add compatibility mode for legacy servers 2019-04-14 00:00:00 +00:00
exwm-systemtray.el Fix a regression with systemtray 2019-08-11 00:00:00 +00:00
exwm-workspace.el Inform user about making a frame a workspace 2019-08-11 00:00:00 +00:00
exwm-xim.el Fix detection of modifier keys in Emacs events 2019-08-05 00:00:00 +00:00
exwm.el Fix 'Attempt to delete a surrogate minibuffer frame' error 2019-06-30 00:00:00 +00:00
README.md Add input method support 2019-02-06 00:00:00 +00:00
xinitrc Add input method support 2019-02-06 00:00:00 +00: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) Builtin system tray
  • (Optional) Builtin input method

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).