Update default settings
This commit is contained in:
parent
b0b2ccd680
commit
f682e19f21
1 changed files with 3 additions and 3 deletions
|
|
@ -14,9 +14,9 @@ pub struct CosmicIdleConfig {
|
|||
impl Default for CosmicIdleConfig {
|
||||
fn default() -> Self {
|
||||
Self {
|
||||
screen_off_time: Some(10 * 60 * 1000),
|
||||
suspend_on_battery_time: Some(20 * 60 * 1000),
|
||||
suspend_on_ac_time: Some(20 * 60 * 1000),
|
||||
screen_off_time: Some(15 * 60 * 1000),
|
||||
suspend_on_battery_time: Some(15 * 60 * 1000),
|
||||
suspend_on_ac_time: Some(30 * 60 * 1000),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue