No description
Find a file
Matt Beshara 182ffbed6c Use a hash table to cache result of ‘exwm-workspace--client-p’
* exwm-workspace.el (exwm--client-p-hash-table): New variable.
(exwm-workspace--client-p): Use `exwm--client-p-hash-table' to
store which workspace frames are client frames instead of
frequently invoking `frame-parameter'.
2021-10-25 12:05:09 -04: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 2020 2020-02-02 00:00:00 +00:00
exwm-config.el Clarify the use of `exwm-config-default' 2020-05-10 00:00:00 +00:00
exwm-core.el ; Upcase menu item 2020-05-06 00:00:00 +00:00
exwm-floating.el Refactor color-related code 2020-02-02 00:00:00 +00:00
exwm-input.el Make button events working with winner-mode 2020-07-12 00:00:00 +00:00
exwm-layout.el Fix fullscreen states 2020-06-14 00:00:00 +00:00
exwm-manage.el Update copyright year to 2020 2020-02-02 00:00:00 +00:00
exwm-randr.el Update copyright year to 2020 2020-02-02 00:00:00 +00:00
exwm-systemtray.el Add solid background support to systemtray 2020-02-02 00:00:00 +00:00
exwm-workspace.el Use a hash table to cache result of ‘exwm-workspace--client-p’ 2021-10-25 12:05:09 -04:00
exwm-xim.el Add variable indicating XIM buffers 2021-10-25 11:42:33 -04:00
exwm.el Bump version to 0.24 2020-05-24 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).