No description
Find a file
Chris Feng c75a8b82ec Prevent Emacs cursor style change when pointer is in an X window
* exwm-input.el (exwm-input--on-KeyPress-char-mode): Compensate FocusOut
  event by sending a synthetic FocusIn event to prevent the change of cursor
  style (e.g. box to hollow) when pointer is in an X window.
2015-09-18 22:15:45 +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 Fix a compilation warning 2015-09-18 14:38:05 +08:00
exwm-input.el Prevent Emacs cursor style change when pointer is in an X window 2015-09-18 22:15:45 +08:00
exwm-layout.el Fix wrong/missing ConfigureNotify events 2015-09-18 14:17:52 +08:00
exwm-manage.el On-demand update exwm-workspace--switch-history 2015-09-17 19:48:50 +08:00
exwm-randr.el Fix with-slots 2015-09-11 21:00:27 +08:00
exwm-workspace.el On-demand update exwm-workspace--switch-history 2015-09-17 19:48:50 +08:00
exwm.el On-demand update exwm-workspace--switch-history 2015-09-17 19:48:50 +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.