No description
Find a file
Ian Eure ec108a61dc Cleanup simulation key config issues
* exwm-input.el (exwm-input-simulation-keys): Original key only has
one option, so probably shouldn’t be a `choice` type; Move the
"User-defined" key value to the top, since that’s the one someone is
most likely to want).

* exwm-config.el (exwm-config-default): Only set custom vars if there
isn’t a saved value for them.
2019-02-06 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 Cleanup simulation key config issues 2019-02-06 00:00:00 +00:00
exwm-core.el Add input method support 2019-02-06 00:00:00 +00:00
exwm-floating.el Update copyright year to 2019 2019-02-01 00:00:00 +00:00
exwm-input.el Cleanup simulation key config issues 2019-02-06 00:00:00 +00:00
exwm-layout.el Update copyright year to 2019 2019-02-01 00:00:00 +00:00
exwm-manage.el Add input method support 2019-02-06 00:00:00 +00:00
exwm-randr.el Add input method support 2019-02-06 00:00:00 +00:00
exwm-systemtray.el Add input method support 2019-02-06 00:00:00 +00:00
exwm-workspace.el Update copyright year to 2019 2019-02-01 00:00:00 +00:00
exwm-xim.el Add input method support 2019-02-06 00:00:00 +00:00
exwm.el Scan for existing X windows only after running `exwm-init-hook' 2019-02-05 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).