tvl-depot/third_party/exwm
Adrián Medraño Calvo c6ad2b638e refactor(3p/exwm): 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'.

Imported from https://github.com/ch11ng/exwm/pull/737

Change-Id: Iacbdb8b607a82352e5b55509b0aba93f1d87a9f2
Reviewed-on: https://cl.tvl.fyi/c/depot/+/3562
Tested-by: BuildkiteCI
Reviewed-by: tazjin <mail@tazj.in>
2021-09-16 11:33:42 +00:00
..
.elpaignore chore(3p/exwm): Subtree EXWM ... again 2021-09-15 22:35:39 +03:00
.gitignore chore(3p/exwm): Subtree EXWM ... again 2021-09-15 22:35:39 +03:00
exwm-cm.el chore(3p/exwm): Subtree EXWM ... again 2021-09-15 22:35:39 +03:00
exwm-config.el chore(3p/exwm): Subtree EXWM ... again 2021-09-15 22:35:39 +03:00
exwm-core.el chore(3p/exwm): Subtree EXWM ... again 2021-09-15 22:35:39 +03:00
exwm-floating.el chore(3p/exwm): Subtree EXWM ... again 2021-09-15 22:35:39 +03:00
exwm-input.el refactor(3p/exwm): Remove `exwm-input--skip-buffer-list-update' 2021-09-16 11:33:42 +00:00
exwm-layout.el chore(3p/exwm): Subtree EXWM ... again 2021-09-15 22:35:39 +03:00
exwm-manage.el refactor(3p/exwm): Remove `exwm-input--skip-buffer-list-update' 2021-09-16 11:33:42 +00:00
exwm-randr.el chore(3p/exwm): Subtree EXWM ... again 2021-09-15 22:35:39 +03:00
exwm-systemtray.el chore(3p/exwm): Subtree EXWM ... again 2021-09-15 22:35:39 +03:00
exwm-workspace.el fix(3p/exwm): Use hash table to cache ‘exwm-workspace--client-p’ 2021-09-16 01:18:59 +00:00
exwm-xim.el chore(3p/exwm): Subtree EXWM ... again 2021-09-15 22:35:39 +03:00
exwm.el chore(3p/exwm): Subtree EXWM ... again 2021-09-15 22:35:39 +03:00
README.md chore(3p/exwm): Subtree EXWM ... again 2021-09-15 22:35:39 +03:00
xinitrc chore(3p/exwm): Subtree EXWM ... again 2021-09-15 22:35:39 +03: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).