No description
Find a file
Chris Feng 882a628daa Automatically refresh RandR settings
* exwm-randr.el (exwm-randr--last-timestamp): New variable recording
last seen timestamp after requesting `GetMonitors'.
(exwm-randr--get-monitors): Use it.
(exwm-randr--on-ScreenChangeNotify): Do not refresh any more.
(exwm-randr--on-Notify): New function for handling `CrtcChangeNotify'
and `OutputChangeNotify' events.
(exwm-randr--on-ConfigureNotify): New function for handling
`ConfigureNotify' event.
(exwm-randr--init): Add listeners for additional events.
2018-11-18 00:00:00 +00: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-cm.el Add customization settings 2018-02-19 00:04:27 +08:00
exwm-config.el ; Use `derived-mode-p'. 2018-07-15 00:00:00 +08:00
exwm-core.el Restore keyboard grabbing after exiting fullscreen 2018-10-21 12:00:00 +00:00
exwm-floating.el ; Use `derived-mode-p'. 2018-07-15 00:00:00 +08:00
exwm-input.el Restore keyboard grabbing after exiting fullscreen 2018-10-21 12:00:00 +00:00
exwm-layout.el Select more sensible buffers after creating new windows 2018-11-04 00:00:00 +00:00
exwm-manage.el Fix wrong stacking order of tiling X windows 2018-11-11 00:00:00 +00:00
exwm-randr.el Automatically refresh RandR settings 2018-11-18 00:00:00 +00:00
exwm-systemtray.el Consistently name helper windows 2018-08-19 00:00:00 +00:00
exwm-workspace.el Add support for RandR 1.5 monitor 2018-11-04 00:00:00 +00:00
exwm.el Avoid activating already active X windows 2018-11-18 00:00:00 +00:00
README.md Make X windows container-less 2018-02-18 01:04:04 +08:00
xinitrc Add customization settings 2018-02-19 00:04:27 +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 operations
  • Hybrid layout modes (tiling & stacking)
  • Dynamic workspace support
  • ICCCM/EWMH compliance
  • (Optional) RandR (multi-monitor) support
  • (Optional) Built-in system tray

Please check out the screenshots to get an overview of what EXWM is capable of, and the user guide for a detailed explanation of its usage.

Note: If you install EXWM from source, it's recommended to install XELB also from source (otherwise install both from GNU ELPA).