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