No description
Find a file
Chris Feng 9c8e95b376 Fix a bug of simulation keys
* exwm-input.el (exwm-input--on-KeyPress-line-mode)
(exwm-input--on-KeyPress-char-mode): Force events to be added to
`this-command-keys'.
(exwm-input-send-next-key): The read event can now be (t . EVENT).
2016-07-12 11:55:02 +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 Fix the advice function for ido-buffer-window-other-frame 2016-02-21 16:30:08 +08:00
exwm-core.el Manage a certain type of undecorated X windows 2016-05-24 12:30:53 +08:00
exwm-floating.el Manage a certain type of undecorated X windows 2016-05-24 12:30:53 +08:00
exwm-input.el Fix a bug of simulation keys 2016-07-12 11:55:02 +08:00
exwm-layout.el * exwm-layout.el (exwm-layout--show): Resize the X window 2016-06-17 13:30:24 +08:00
exwm-manage.el Manage a certain type of undecorated X windows 2016-05-24 12:30:53 +08:00
exwm-randr.el Add cleanup codes for Emacs daemon 2016-05-23 19:13:42 +08:00
exwm-systemtray.el Add cleanup codes for Emacs daemon 2016-05-23 19:13:42 +08:00
exwm-workspace.el Add cleanup codes for Emacs daemon 2016-05-23 19:13:42 +08:00
exwm.el Bump version to 0.5 2016-05-25 12:21:08 +08:00
README.md Fix system tray issues after updating workspaces 2016-02-19 17:12:43 +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 operations
  • Hybrid layout modes (tiling & stacking)
  • Workspace support
  • ICCCM/EWMH compliance
  • (Optional) RandR (multi-monitor) support
  • (Optional) system tray

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