Find a file
Adrián Medraño Calvo 24024133d5 Remove `exwm-input--skip-buffer-list-update'
* exwm-input.el: (exwm-input--on-buffer-list-update): Stop
	checking `exwm-input--skip-buffer-list-update'; it's no longer
	needed now that we keep track of the last selected window and
	buffer.
	(exwm-input--skip-buffer-list-update): Remove variable.

	* exwm-manage.el (exwm-manage--manage-window): Remove binding of
	`exwm-input--skip-buffer-list-update'.
2020-04-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 2020 2020-02-02 00:00:00 +00:00
exwm-config.el Update copyright year to 2020 2020-02-02 00:00:00 +00:00
exwm-core.el Refactor color-related code 2020-02-02 00:00:00 +00:00
exwm-floating.el Refactor color-related code 2020-02-02 00:00:00 +00:00
exwm-input.el Remove `exwm-input--skip-buffer-list-update' 2020-04-18 00:00:00 +00:00
exwm-layout.el Add support for _NET_WM_STATE_HIDDEN 2020-03-29 00:00:00 +00:00
exwm-manage.el Remove `exwm-input--skip-buffer-list-update' 2020-04-18 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 Update copyright year to 2020 2020-02-02 00:00:00 +00:00
exwm-xim.el Update copyright year to 2020 2020-02-02 00:00:00 +00:00
exwm.el Add support for _NET_WM_STATE_HIDDEN 2020-03-29 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).