No description
Find a file
Daniel Mendler 182102767e
Use xcb:icccm:-ManagerSelection (#16)
* exwm-systemtray.el (xcb:systemtray:-ClientMessage): Remove class.
  (exwm-systemtray--init): Use `xcb:icccm:-ManagerSelection' instead of
  `xcb:systemtray:-ClientMessage'.
* exwm-xsettings.el (exwm-xsettings--init): Use `xcb:icccm:-ManagerSelection'
  instead of `xcb:xsettings:-ClientMessage'.
2024-02-12 23:55:19 +01:00
.elpaignore ; Add LICENSE to .elpaignore 2024-01-12 15:01:18 +01:00
.gitignore Minor fixes for packaging 2015-09-21 13:31:57 +08:00
exwm-background.el ; Use two spaces after sentence 2024-01-12 10:07:04 +01:00
exwm-config.el Update copyright year to 2024 2024-01-08 00:00:00 +00:00
exwm-core.el Use color-values instead of x-color-values 2024-01-24 05:48:08 +01:00
exwm-floating.el Drop :version keywords from defgroup 2024-01-13 20:23:24 +01:00
exwm-input.el Simplify and improve focus handling (#10) 2024-02-05 07:32:51 -08:00
exwm-layout.el Use '=' instead of 'eq' to compare numbers. 2024-01-24 06:05:33 +01:00
exwm-manage.el Ensure that default-directory is a directory name in EXWM buffers. 2024-02-04 22:39:06 +01:00
exwm-randr.el Drop :version keywords from defgroup 2024-01-13 20:23:24 +01:00
exwm-systemtray.el Use xcb:icccm:-ManagerSelection (#16) 2024-02-12 23:55:19 +01:00
exwm-workspace.el Drop :version keywords from defgroup 2024-01-13 20:23:24 +01:00
exwm-xim.el Update copyright year to 2024 2024-01-08 00:00:00 +00:00
exwm-xsettings.el Use xcb:icccm:-ManagerSelection (#16) 2024-02-12 23:55:19 +01:00
exwm.el Use '=' instead of 'eq' to compare numbers. 2024-01-24 06:05:33 +01:00
LICENSE Add license file 2022-02-10 00:00:00 +00:00
README.md ; README: Refer to the user guide for installation instructions 2024-01-14 12:32:02 +01:00
xinitrc Add input method support 2019-02-06 00:00:00 +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)
  • Dynamic workspace support
  • ICCCM/EWMH compliance

Optional features:

  • RandR (multi-monitor) support
  • System tray
  • Input method
  • Background setting support
  • XSETTINGS server

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