Emacs X Window Manager
Find a file
Chris Feng 52dc261624 Manually run focus-in-hook' and focus-out-hook'
; Since X windows are managed by EXWM, the current Emacs frame should
always be considered focused logically.

* exwm-workspace.el (exwm-workspace-switch): Manually run
`focus-in-hook' and `focus-out-hook'.
(exwm-workspace--handle-focus-in, exwm-workspace--handle-focus-out):
New functions for overriding `handle-focus-in' and `handle-focus-out'.
(exwm-workspace--init, exwm-workspace--exit): Override
`handle-focus-in' and `handle-focus-out'
2017-03-05 01:10:43 +08: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 Fix checkdoc warnings 2017-02-05 17:50:52 +08:00
exwm-config.el Fix checkdoc warnings 2017-02-05 17:50:52 +08:00
exwm-core.el ; Expose `exwm-input-line-mode-passthrough' as a public interface. 2017-02-24 23:25:02 +08:00
exwm-floating.el Update copyright year to 2017 2017-02-05 17:49:42 +08:00
exwm-input.el ; Update the workaround for bug#23980 2017-03-05 01:09:26 +08:00
exwm-layout.el Fix checkdoc warnings 2017-02-05 17:50:52 +08:00
exwm-manage.el Update copyright year to 2017 2017-02-05 17:49:42 +08:00
exwm-randr.el Fix checkdoc warnings 2017-02-05 17:50:52 +08:00
exwm-systemtray.el Fix systemtray position 2017-02-24 23:13:52 +08:00
exwm-workspace.el Manually run focus-in-hook' and focus-out-hook' 2017-03-05 01:10:43 +08:00
exwm.el Bump version to 0.13 2017-02-12 23:11:27 +08:00
README.md ; Fix typos 2016-08-15 22:59:48 +08:00
xinitrc Limit X host-based auth permissions. 2015-11-15 03:35:54 +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) Built-in compositing manager
  • (Optional) Built-in system tray

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).