Turned off hibernation and deep sleep on framework12
This commit is contained in:
parent
a38a53a7c5
commit
796a3c5445
5 changed files with 105 additions and 147 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue