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:
Donovan Glover 2024-07-18 13:01:23 -04:00
parent 16258b3374
commit 40ea3c1b3c
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -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";
};
};
};
};