Emacs X Window Manager
Find a file
Sergey Trofimov a6e8db7220 Add dont-steal-focus configuration property.
Some applications send _NET_ACTIVE_WINDOW to activate their window. EXWM
respects this message always and brings such up into focus. This might
be unintended and there should be a way to turn this off. In my case the
app is Spotify desktop client installed from Flatpak.

Fixes https://github.com/ch11ng/exwm/issues/732
2024-10-16 07:51:46 +02: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 ; Warn more explicitly about deprecations. 2024-09-24 08:36:18 +02:00
exwm-core.el ; Disable Eldoc in EXWM buffers 2024-10-06 02:32:03 +02:00
exwm-floating.el Disable splitting of floating frames (#76) 2024-08-23 19:08:02 +00:00
exwm-input.el satisfy checkdoc 2024-06-06 09:56:47 +02:00
exwm-layout.el exwm-layout-toggle-fullscreen: work non-interactively 2024-06-21 17:56:21 +00:00
exwm-manage.el Add dont-steal-focus configuration property. 2024-10-16 07:51:46 +02:00
exwm-randr.el ; Warn more explicitly about deprecations. 2024-09-24 08:36:18 +02:00
exwm-systemtray.el ; Warn more explicitly about deprecations. 2024-09-24 08:36:18 +02:00
exwm-workspace.el Transfer surrogate minibuffers to the next workspace on delete (#74) 2024-08-18 14:35:04 +00:00
exwm-xim.el ; Warn more explicitly about deprecations. 2024-09-24 08:36:18 +02:00
exwm-xsettings.el ; Warn more explicitly about deprecations. 2024-09-24 08:36:18 +02:00
exwm.el Add dont-steal-focus configuration property. 2024-10-16 07:51:46 +02: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

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.