Hybrid-sleep instead of sleep
This commit is contained in:
parent
0e8f00890d
commit
2c0bc433c2
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ in
|
|||
{ command = "dbus-update-activation-environment WAYLAND_DISPLAY"; }
|
||||
];
|
||||
keybindings = lib.mkOptionDefault {
|
||||
"XF86PowerOff" = "exec systemctl suspend";
|
||||
"XF86PowerOff" = "exec systemctl hybrid-sleep";
|
||||
};
|
||||
};
|
||||
wrapperFeatures.gtk = true;
|
||||
|
|
Loading…
Reference in a new issue