No description
Find a file
Chris Feng 7f12d9fc7a Add multi-dock support and fix fullscreen issues with dock
* exwm.el (exwm--update-strut-legacy, exwm--update-strut-partial)
(exwm--update-strut): Rename (strut => struts).

* exwm-manage.el (exwm-manage--manage-window): Listen for
UnmapNotify/DestroyNotify events of docks to stop tracking them.
(exwm-manage--unmanage-window): Remove dock from tracking list when
it's unmapped/destroyed.
* exwm-workspace.el (exwm-workspace--id-struts-alist): New variable
for tracking docks.
(exwm-workspace--struts): Now it stores merged struts.
(exwm-workspace--update-struts): New function for doing the 'merge'.
* exwm.el (exwm--update-struts-legacy, exwm--update-struts-partial):
Now update struts for multiple docks.

* exwm-layout.el (exwm-layout-set-fullscreen)
(exwm-layout-unset-fullscreen):
* exwm-manage.el (exwm-manage--unmanage-window):
Fix fullscreen mode with dock.
* exwm-workspace.el (exwm-workspace--set-fullscreen): Add optional
arguments for ignoring struts / resizing container only.
(exwm-workspace-switch): Restack workspace/docks appropriately.
2016-07-15 20:04:56 +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 Add/improve some ICCCM/EWMH features 2016-07-13 19:36:50 +08:00
exwm-floating.el Add/improve some ICCCM/EWMH features 2016-07-13 19:36:50 +08:00
exwm-input.el Fix a `unread-command-events' issue for Emacs 24 2016-07-15 08:11:33 +08:00
exwm-layout.el Add multi-dock support and fix fullscreen issues with dock 2016-07-15 20:04:56 +08:00
exwm-manage.el Add multi-dock support and fix fullscreen issues with dock 2016-07-15 20:04:56 +08:00
exwm-randr.el Add multi-dock support and fix fullscreen issues with dock 2016-07-15 20:04:56 +08:00
exwm-systemtray.el Fix various stability issues 2016-07-14 22:08:27 +08:00
exwm-workspace.el Add multi-dock support and fix fullscreen issues with dock 2016-07-15 20:04:56 +08:00
exwm.el Add multi-dock support and fix fullscreen issues with dock 2016-07-15 20:04:56 +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).