1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-09-21 05:47:29 +02:00
home-manager/docs/release-notes/rl-2411.md
leoTlr 4803bf558b
swayidle: make -w optional
The option -w causes swayidle to wait on timeouts/events to finish.
This can cause problems with certain timout/event commands (see
https://github.com/swaywm/swaylock/issues/86#issuecomment-662702180)
2024-09-20 11:13:54 +02:00

965 B

Release 24.11

This is the current unstable branch and the information in this section 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.