No description
Find a file
Adrián Medraño Calvo cd1372eaec Apply minibuffer in own frame configuration to created frames
* exwm-workspace.el
	(exwm-workspace--modify-all-x-frames-parameters): Helper function
	to non-destructively modify `window-system-default-frame-alist'.
	(exwm-workspace--init): Use above function to default all frames
	to the shared minibuffer when
	`exwm-workspace--minibuffer-own-frame-p' is true.
2016-07-17 12: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 Add missing declarations 2016-07-17 12:00:00 +00:00
exwm-floating.el Add missing declarations 2016-07-17 12:00:00 +00:00
exwm-input.el Add missing declarations 2016-07-17 12:00:00 +00:00
exwm-layout.el Add missing declarations 2016-07-17 12:00:00 +00:00
exwm-manage.el Add missing declarations 2016-07-17 12:00:00 +00:00
exwm-randr.el Add RandR support for docks and reuse workareas 2016-07-16 14:34:57 +08:00
exwm-systemtray.el Add missing declarations 2016-07-17 12:00:00 +00:00
exwm-workspace.el Apply minibuffer in own frame configuration to created frames 2016-07-17 12:00:00 +00:00
exwm.el Add RandR support for docks and reuse workareas 2016-07-16 14:34:57 +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).