Suspend instead of hibernating
This commit is contained in:
parent
6469740fe3
commit
f481387d5c
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 hibernate";
|
"XF86PowerOff" = "exec systemctl suspend";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
wrapperFeatures.gtk = true;
|
wrapperFeatures.gtk = true;
|
||||||
|
|
Loading…
Reference in a new issue