diff --git a/options.xhtml b/options.xhtml index 020f3413c..c45cfba03 100644 --- a/options.xhtml +++ b/options.xhtml @@ -69989,8 +69989,10 @@ one of “before-sleep”, “after-resume”, “lock”, “unlock”

Type: list of string

-

Default: -[ ]

+

Default:

[
+  "-w"
+]
+

Declared by:

diff --git a/release-notes.xhtml b/release-notes.xhtml index 65de9517c..c0cae2cf5 100644 --- a/release-notes.xhtml +++ b/release-notes.xhtml @@ -26,7 +26,14 @@

Appendix D. Release Notes

Table of Contents

Release 24.11
Release 24.05
Release 23.11
Release 23.05
Release 22.11
Release 22.05
Release 21.11
Release 21.05
Release 20.09
Release 20.03
Release 19.09
Release 19.03
Release 18.09

This section lists the release notes for stable versions of Home Manager and the current unstable version.

Release 24.11

Table of Contents

Highlights
State Version Changes

This is the current unstable branch and the information in this section -is therefore not final.

Highlights

This release has the following notable changes:

  • No changes.

+is therefore not final.

Highlights

This release has the following notable changes:

  • The swayidle module behavior has changed. Specifically, swayidle was +previously always called with a -w flag. This flag is now moved to +the default +services.swayidle.extraArgs +value to make it optional.

    Your configuration may break if you already set this option and also +rely on the flag being automatically added. To resolve this, please +add -w to your assignment of +services.swayidle.extraArgs.

State Version Changes

The state version in this release includes the changes below. These changes are only active if the home.stateVersion option is set to "24.11" or later.

  • No changes.