No description
Find a file
Chris Feng 3f7722079c Fix floating X window bugs introduced by 9c95c03e
* exwm-floating.el (exwm-floating--set-floating): Make floating frames
invisible before resizing them.
(exwm-floating--fit-frame-to-window): Removed since unused.
* exwm-layout.el (exwm-layout-hide-mode-line, exwm-layout-show-mode-line):
Use set frame height instead of exwm-floating--fit-frame-to-window.

* exwm-core.el (exwm-mode): Replace `exwm-manage--close-window' with
`exwm-manage--kill-buffer-query-function'.
* exwm-floating.el (exwm-floating--unset-floating): Reparent out floating
frames.
* exwm-manage.el (exwm-manage--unmanage-window): Reparent out floating
frames.  Hide floating frames.
(exwm-manage--close-window, exwm-manage--kill-buffer-query-function):
Rename `exwm-manage--close-window' since it's only used in
`kill-buffer-query-functions'.  Reparent out floating frames.
2016-02-18 19:56:01 +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 Add some useful key bindings 2016-02-07 10:45:59 +08:00
exwm-core.el Fix floating X window bugs introduced by 9c95c03e 2016-02-18 19:56:01 +08:00
exwm-floating.el Fix floating X window bugs introduced by 9c95c03e 2016-02-18 19:56:01 +08:00
exwm-input.el Resize minibuffer only when it's in its own frame 2016-02-06 22:43:32 +01:00
exwm-layout.el Fix floating X window bugs introduced by 9c95c03e 2016-02-18 19:56:01 +08:00
exwm-manage.el Fix floating X window bugs introduced by 9c95c03e 2016-02-18 19:56:01 +08:00
exwm-randr.el Remove an assertion 2016-02-07 10:22:33 +08:00
exwm-workspace.el Postpone making workspace frames fullscreen 2016-02-12 14:10:11 +08:00
exwm.el Bump version to 0.2 2016-02-12 14:12:33 +08:00
README.md Work around subrs that block EXWM; other minor fixes 2015-09-27 19:43:06 +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 operation
  • Hybrid layout modes (tiling & stacking)
  • Workspace support
  • ICCCM/EWMH compliance
  • Basic RandR support (optional)

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).