No description
Find a file
Chris Feng 46fe764634 Fix fullscreen mode after switching workspace and back
* exwm-layout.el (exwm-layout--show): Always set an X window in
fullscreen mode the size in fullscreen.
(exwm-layout-unset-fullscreen): Leave the fullscreen mode first.

* exwm-layout.el (exwm-layout--fullscreen-p): New function telling
whether the current buffer is in fullscreen mode.
(exwm-layout-set-fullscreen, exwm-layout-unset-fullscreen)
(exwm-layout-toggle-fullscreen):
* exwm-manage.el (exwm-manage--manage-window)
(exwm-manage--on-ConfigureRequest):
* exwm-workspace.el (exwm-workspace-switch, exwm-workspace-swap)
(exwm-workspace-move):
* exwm.el (exwm-reset, exwm--on-ClientMessage): Use it.
2018-03-04 12:29:24 +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 Add customization settings 2018-02-19 00:04:27 +08:00
exwm-config.el Add Customize interface for simulation keys 2018-02-20 21:57:49 +08:00
exwm-core.el Add initial support for per-application configurations 2018-03-02 00:52:03 +08:00
exwm-floating.el Add header-line format support in per-application configurations 2018-03-04 01:39:12 +08:00
exwm-input.el Fix local simulation keys 2018-03-04 12:21:53 +08:00
exwm-layout.el Fix fullscreen mode after switching workspace and back 2018-03-04 12:29:24 +08:00
exwm-manage.el Fix fullscreen mode after switching workspace and back 2018-03-04 12:29:24 +08:00
exwm-randr.el Improve multi-monitor performance 2018-03-02 00:49:27 +08:00
exwm-systemtray.el Fix various issues with multi-monitor support 2018-02-19 22:40:27 +08:00
exwm-workspace.el Fix fullscreen mode after switching workspace and back 2018-03-04 12:29:24 +08:00
exwm.el Fix fullscreen mode after switching workspace and back 2018-03-04 12:29:24 +08:00
README.md Make X windows container-less 2018-02-18 01:04:04 +08:00
xinitrc Add customization settings 2018-02-19 00:04:27 +08: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 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).