No description
Find a file
Chris Feng 84bdc1378a Fix issues with moving X windows between workspaces
* exwm-workspace.el (exwm-workspace-move-window): Select the moved floating
X window.  Update the 'exwm-selected-window' frame parameter.
(exwm-workspace-switch): Check 'exwm-selected-window' for dead windows.
(exwm-workspace-switch-to-buffer): Allow non-interactive call.
2016-02-24 21:21:36 +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-config.el Fix the advice function for ido-buffer-window-other-frame 2016-02-21 16:30:08 +08:00
exwm-core.el Redefine mode-specific keys 2016-02-20 10:02:11 +08:00
exwm-floating.el Fix emacsclient related issues 2016-02-21 20:19:45 +08:00
exwm-input.el Make input focus revert to pointer root 2016-02-23 19:04:51 +08:00
exwm-layout.el Prevent Emacs frames from restacking themselves 2016-02-20 21:52:07 +08:00
exwm-manage.el Prevent Emacs frames from restacking themselves 2016-02-20 21:52:07 +08:00
exwm-randr.el Fix emacsclient related issues 2016-02-21 20:19:45 +08:00
exwm-systemtray.el Fix emacsclient related issues 2016-02-21 20:19:45 +08:00
exwm-workspace.el Fix issues with moving X windows between workspaces 2016-02-24 21:21:36 +08:00
exwm.el Bump version to 0.3 2016-02-22 12:41:21 +08:00
README.md Fix system tray issues after updating workspaces 2016-02-19 17:12:43 +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)
  • Workspace support
  • ICCCM/EWMH compliance
  • (Optional) RandR (multi-monitor) support
  • (Optional) system tray

Please check the User Guide for more details.

Note: If you install EXWM from source, you need to manually install XELB (either from source or GNU ELPA).