mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-08 09:24:17 +01:00
phone(dconf): Suspend on battery only
Suspend *significantly* increases the battery life of the phone at the cost of not receiving internet-based notifications.
This commit is contained in:
parent
16258b3374
commit
40ea3c1b3c
@ -60,6 +60,11 @@ in
|
||||
image-gallery = true;
|
||||
sidebar = false;
|
||||
};
|
||||
|
||||
"org/gnome/settings-daemon/plugins/power" = {
|
||||
sleep-inactive-ac-type = "nothing";
|
||||
sleep-inactive-battery-type = "suspend";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user