1
0
Fork 0

configuration/desktop: hibernate on power button

This commit is contained in:
clerie 2024-03-11 20:42:17 +01:00
parent 03b75a9b8a
commit 59f83dd5af
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
{
settings = {
"org/gnome/settings-daemon/plugins/power" = {
power-button-action = "nothing";
power-button-action = "hibernate";
power-saver-profile-on-low-battery = false;
sleep-inactive-ac-type = "nothing";
};
@ -25,7 +25,7 @@
{
settings = {
"org/gnome/settings-daemon/plugins/power" = {
power-button-action = "nothing";
power-button-action = "hibernate";
power-saver-profile-on-low-battery = false;
sleep-inactive-ac-type = "nothing";
};