tvl-depot/third_party/emacs/exwm
Vincent Ambo 1d71c29919 chore(3p/exwm): Update derivation to build local sources
... this should also update my system EXWM.

Change-Id: Idfbbda67613ac678dc2d5f82533e1c6176ab4a28
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2072
Tested-by: BuildkiteCI
Reviewed-by: glittershark <grfn@gws.fyi>
2020-11-08 01:26:53 +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 chore(3p/exwm): Update derivation to build local sources 2020-11-08 01:26:53 +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 chore(3p/emacs/exwm): Import from commit '0368127976bda29d35eed788edfe74644ecd3845' 2020-11-08 01:01:28 +01: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).