No description
Find a file
Chris Feng dbcabe7946 Implement move/resize with keyboard
* exwm-floating.el: Remove an invalid TODO item.
* exwm-floating.el (exwm-floating--set-floating)
  (exwm-floating-hide-mode-line, exwm-floating-show-mode-line): Set
  window-size-fixed only for fixed-size floating windows.
* exwm-floating.el (exwm-floating-move): New function for moving a floating
  window.
* exwm-layout.el (exwm-layout-enlarge-window)
  (exwm-layout-enlarge-window-horizontally, exwm-layout-shrink-window)
  (exwm-layout-shrink-window-horizontally): New commands for interactively
  resizing a floating window.
2015-09-11 17:16:17 +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 Implement move/resize with keyboard 2015-09-11 17:16:17 +08:00
exwm-input.el Add support for xcb:Atom:_NET_CLIENT_LIST_STACKING etc 2015-09-09 11:26:17 +08:00
exwm-layout.el Implement move/resize with keyboard 2015-09-11 17:16:17 +08:00
exwm-manage.el Add support for xcb:Atom:_NET_CLIENT_LIST_STACKING etc 2015-09-09 11:26:17 +08:00
exwm-randr.el Prepare for GNU ELPA release 2015-09-04 09:15:20 +08:00
exwm-workspace.el Allow switch to normal buffers in exwm-workspace-switch-to-window 2015-09-11 08:07:53 +08:00
exwm.el Add support for xcb:Atom:_NET_CLIENT_LIST_STACKING etc 2015-09-09 11:26:17 +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.