No description
Find a file
Adrián Medraño Calvo 4d6b19aece Restore a sensible buffer when replacing EXWM buffers
* exwm-layout.el (exwm-layout--other-buffer-exclude-exwm-mode-buffers)
(exwm-layout--other-buffer-exclude-buffers): New variables.
(exwm-layout--other-buffer-predicate): Allow excluding EXWM
buffers or buffers from a given set.
(exwm-layout--refresh): Replace EXWM buffers with sensible buffers
depending on the situation.  When in non-workspace/non-floating
frames, with some non-EXWM buffer; when the EXWM buffer is
displayed elsewhere, some buffer previously displayed in that
window (making sure it has been recently covered).
2016-03-19 00:00:00 +00: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 Allow user to hide floating X windows 2016-02-25 12:41:35 +08:00
exwm-floating.el Untabify 2016-03-06 13:45:13 +08:00
exwm-input.el Use cl-case' instead of case' 2016-03-08 13:01:05 +08:00
exwm-layout.el Restore a sensible buffer when replacing EXWM buffers 2016-03-19 00:00:00 +00:00
exwm-manage.el Neglect trivial resizing requests 2016-03-11 14:12:01 +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 Use `other-buffer' instead of "*scratch*" 2016-03-19 00:00:00 +00:00
exwm.el Untabify 2016-03-06 13:45:13 +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).