From 0bf796e4a6f095d54e45de869c0218b2ed20f834 Mon Sep 17 00:00:00 2001 From: m1mir Date: Fri, 24 Jan 2025 01:18:12 +0100 Subject: [PATCH] CHANGES: Document the X.H.EwmhDesktops addition --- CHANGES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index b0dcf3a7d..cf13bf337 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -39,6 +39,12 @@ `DestroyWindowEvent` messages instead, which are broadcast to layouts since xmonad v0.17.0. + * `XMonad.Hooks.EwmhDesktops` + + - Added a customization option for the action that gets executed when + a client sends a **_NET_CURRENT_DESKTOP** request. It is now possible + to change it using the `setEwmhSwitchDesktopAction`. + ## 0.18.1 (August 20, 2024) ### Breaking Changes