No description
Find a file
Chris Feng b8ce20b4f3 Support displaying floating X windows on all workspaces
; Setting _NET_WM_DESKTOP to 0xffffffff makes an X windows appearing
; on all desktops (EWMH).  It's tricky to do it for tiling X windows
; so it's not implemented.

* exwm-core.el (exwm--desktop): New buffer-local variable recording
the value of _NET_WM_DESKTOP.
* exwm-layout.el (exwm-layout--hide): Do not hide X windows with this
property set to 0xffffffff.

* exwm.el (exwm--update-desktop): New function for fetching the value
of _NET_WM_DESKTOP and setting `exwm--desktop'.
* exwm-manage.el (exwm-manage--manage-window): Use it.

* exwm-workspace.el (exwm-workspace--set-desktop): Also update
`exwm--desktop'.
2018-02-19 22:34:03 +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-cm.el Add customization settings 2018-02-19 00:04:27 +08:00
exwm-config.el Update copyright year to 2018 2017-12-31 20:49:37 +08:00
exwm-core.el Support displaying floating X windows on all workspaces 2018-02-19 22:34:03 +08:00
exwm-floating.el Add customization settings 2018-02-19 00:04:27 +08:00
exwm-input.el Add customization settings 2018-02-19 00:04:27 +08:00
exwm-layout.el Support displaying floating X windows on all workspaces 2018-02-19 22:34:03 +08:00
exwm-manage.el Support displaying floating X windows on all workspaces 2018-02-19 22:34:03 +08:00
exwm-randr.el Add customization settings 2018-02-19 00:04:27 +08:00
exwm-systemtray.el Add customization settings 2018-02-19 00:04:27 +08:00
exwm-workspace.el Support displaying floating X windows on all workspaces 2018-02-19 22:34:03 +08:00
exwm.el Support displaying floating X windows on all workspaces 2018-02-19 22:34:03 +08: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).