Skip to content

config: change default suspend behavior to suspend#1417

Open
joaovictorsoars wants to merge 4 commits into
caelestia-dots:mainfrom
joaovictorsoars:feat/change-suspend-behavior
Open

config: change default suspend behavior to suspend#1417
joaovictorsoars wants to merge 4 commits into
caelestia-dots:mainfrom
joaovictorsoars:feat/change-suspend-behavior

Conversation

@joaovictorsoars
Copy link
Copy Markdown

This PR changes the default power behavior from suspend-then-hibernate to suspend.

Why

The previous default (suspend-then-hibernate) depends on proper system hibernation
configuration. On systems where hibernation is not configured, this behavior may fail
or not work as expected.

Switching to suspend ensures consistent and reliable behavior across different environments
without requiring additional system setup.

Changes

  • Updated default shell behavior to use suspend
  • Updated README example to reflect the new default behavior

Breaking Changes

Yes.

Users relying on suspend-then-hibernate will need to explicitly configure it if they
still want to use it.

How to use

No action is required for most users.

If you want to keep the previous behavior, configure your system to support hibernation
and explicitly set the power action to suspend-then-hibernate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant