Turned off hibernation and deep sleep on framework12

This commit is contained in:
Aleksandr Lebedev 2025-10-05 09:51:47 +02:00
parent a38a53a7c5
commit 796a3c5445
5 changed files with 105 additions and 147 deletions

View file

@ -290,7 +290,7 @@ in
"Mod+Tab".action = toggle-overview;
};
input = {
power-key-handling.enable = !osConfig.custom.hardware.hibernation.enable;
power-key-handling.enable = false;
focus-follows-mouse = {
#enable = true;
};