tvl-depot/third_party/emacs/exwm
Vincent Ambo bf697b4b9d refactor(3p/exwm): Inline build instructions instead of overriding
Change-Id: If16a57e8dd905c8f709bee70dac575509dd22b02
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2343
Reviewed-by: tazjin <mail@tazj.in>
Tested-by: BuildkiteCI
2021-01-10 13:32:47 +00:00
..
.elpaignore chore(3p/emacs/exwm): Import from commit '0368127976bda29d35eed788edfe74644ecd3845' 2020-11-08 01:01:28 +01:00
.gitignore chore(3p/emacs/exwm): Import from commit '0368127976bda29d35eed788edfe74644ecd3845' 2020-11-08 01:01:28 +01:00
default.nix refactor(3p/exwm): Inline build instructions instead of overriding 2021-01-10 13:32:47 +00:00
exwm-cm.el chore(3p/emacs/exwm): Import from commit '0368127976bda29d35eed788edfe74644ecd3845' 2020-11-08 01:01:28 +01:00
exwm-config.el chore(3p/emacs/exwm): Import from commit '0368127976bda29d35eed788edfe74644ecd3845' 2020-11-08 01:01:28 +01:00
exwm-core.el chore(3p/emacs/exwm): Import from commit '0368127976bda29d35eed788edfe74644ecd3845' 2020-11-08 01:01:28 +01:00
exwm-floating.el chore(3p/emacs/exwm): Import from commit '0368127976bda29d35eed788edfe74644ecd3845' 2020-11-08 01:01:28 +01:00
exwm-input.el chore(3p/emacs/exwm): Import from commit '0368127976bda29d35eed788edfe74644ecd3845' 2020-11-08 01:01:28 +01:00
exwm-layout.el fix(3p/exwm): Work around Chrome input focus issue 2021-01-09 15:30:52 +00:00
exwm-manage.el chore(3p/emacs/exwm): Import from commit '0368127976bda29d35eed788edfe74644ecd3845' 2020-11-08 01:01:28 +01:00
exwm-randr.el chore(3p/emacs/exwm): Import from commit '0368127976bda29d35eed788edfe74644ecd3845' 2020-11-08 01:01:28 +01:00
exwm-systemtray.el chore(3p/emacs/exwm): Import from commit '0368127976bda29d35eed788edfe74644ecd3845' 2020-11-08 01:01:28 +01:00
exwm-workspace.el chore(3p/emacs/exwm): Import from commit '0368127976bda29d35eed788edfe74644ecd3845' 2020-11-08 01:01:28 +01:00
exwm-xim.el chore(3p/emacs/exwm): Import from commit '0368127976bda29d35eed788edfe74644ecd3845' 2020-11-08 01:01:28 +01:00
exwm.el chore(3p/emacs/exwm): Import from commit '0368127976bda29d35eed788edfe74644ecd3845' 2020-11-08 01:01:28 +01:00
README.md chore(3p/emacs/exwm): Import from commit '0368127976bda29d35eed788edfe74644ecd3845' 2020-11-08 01:01:28 +01:00
xinitrc chore(3p/emacs/exwm): Import from commit '0368127976bda29d35eed788edfe74644ecd3845' 2020-11-08 01:01:28 +01: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).