No description
Find a file
Chris Feng eafd031c55 Allow hide/show mode-line on floating frames
* exwm-core.el: new buffer-local variable exwm--floating-mode-line-format for
  saving mode-line-format when mode-line is hidden
* exwm-floating.el (exwm-floating--fit-frame-to-window)
  (exwm-floating-hide-mode-line, exwm-floating-show-mode-line): new functions
  for resizing frames, hiding/showing mode-line respectively;
  (exwm-floating--set-floating): use exwm-floating--fit-frame-to-window to
  resize frames
2015-09-07 17:33:22 +08:00
.elpaignore Code cleanups 2015-09-06 17:18:48 +08:00
.gitignore Prepare for GNU ELPA release 2015-09-04 09:15:20 +08:00
exwm-core.el Allow hide/show mode-line on floating frames 2015-09-07 17:33:22 +08:00
exwm-floating.el Allow hide/show mode-line on floating frames 2015-09-07 17:33:22 +08:00
exwm-input.el Prepare for GNU ELPA release 2015-09-04 09:15:20 +08:00
exwm-layout.el Prepare for GNU ELPA release 2015-09-04 09:15:20 +08:00
exwm-manage.el Prepare for GNU ELPA release 2015-09-04 09:15:20 +08:00
exwm-randr.el Prepare for GNU ELPA release 2015-09-04 09:15:20 +08:00
exwm-workspace.el Code cleanups 2015-09-06 17:18:48 +08:00
exwm.el Prepare for GNU ELPA release 2015-09-04 09:15:20 +08:00
README.md Prepare for GNU ELPA release 2015-09-04 09:15:20 +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 operation
  • Hybrid layout modes (tiling & stacking)
  • Workspace support
  • ICCCM/EWMH compliance
  • Basic RandR support (optional)

Please check the wiki for more details.