No description
Find a file
Chris Feng 6b4bfad87b Support key translation in line-mode
* exwm-input.el (exwm-input--translate): New function for translating
keys according to `input-decode-map', `local-function-key-map' and
`key-translation-map'.
(exwm-input--cache-event): Use it.
2018-01-14 23:48:29 +08: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 missing autoload cookies. 2017-12-31 21:01:23 +08:00
exwm-config.el Update copyright year to 2018 2017-12-31 20:49:37 +08:00
exwm-core.el Add support for `mouse-autoselect-window' 2017-12-31 20:53:58 +08:00
exwm-floating.el Update copyright year to 2018 2017-12-31 20:49:37 +08:00
exwm-input.el Support key translation in line-mode 2018-01-14 23:48:29 +08:00
exwm-layout.el Raise docks after quitting full screen mode 2018-01-14 23:46:04 +08:00
exwm-manage.el Update copyright year to 2018 2017-12-31 20:49:37 +08:00
exwm-randr.el Update copyright year to 2018 2017-12-31 20:49:37 +08:00
exwm-systemtray.el Update copyright year to 2018 2017-12-31 20:49:37 +08:00
exwm-workspace.el Update copyright year to 2018 2017-12-31 20:49:37 +08:00
exwm.el Update copyright year to 2018 2017-12-31 20:49:37 +08:00
README.md ; Fix typos 2016-08-15 22:59:48 +08:00
xinitrc Limit X host-based auth permissions. 2015-11-15 03:35:54 +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) Built-in compositing manager
  • (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).