forked from xmonad/xmonad-contrib
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
X.H.EwmhDesktops: Introduce EwmhConfig and replace ewmh*HookCustom wi…
…th it We need to make EwmhDesktops configurable: not just workspaceListTransform, but users also need a way to customize the handling of _NET_ACTIVE_WINDOW, enable/disable fullscreen handling, etc. Instead of having them manually piece together chains of hooks in their XConfigs, let's introduce a EwmhConfig record and a `ewmh'` function that takes care of everything. Related: xmonad#396 Related: xmonad#109
- Loading branch information
Showing
1 changed file
with
69 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters