Skip to content

[Feature request] add auto mode #10

@Seom1177

Description

@Seom1177

Description

This feature allow users to select an auto mode, which would automatically detect the laptop's current mode; for example, if the laptop is running on battery power, it would use "integrated" mode, and if it is plugged into AC power, it would use "hybrid" mode.

Approaches

  1. Detect whether the device is running on AC power or battery power, and depending on whether it's using battery power, use the integrate mode; if it's using AC power, use the hybrid mode (systemd-logind).
  2. Using the ppd/tuned modes... if the user sets the mode to battery (integrated), balanced (hybrid), or performance (manual), this might be a little more complicated.

Note: As a reference, the goal is to mimic the behavior of the ghelper/armoury crate, but without the "ultimate" mode.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions