mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-12-25 20:54:34 +00:00
Add hibernate option to menuquit
This commit is contained in:
parent
2f9a4044ba
commit
ecac51aadb
|
@ -24,6 +24,9 @@ case "$action" in
|
||||||
"Userspace Reboot")
|
"Userspace Reboot")
|
||||||
systemctl soft-reboot
|
systemctl soft-reboot
|
||||||
;;
|
;;
|
||||||
|
"Hibernate")
|
||||||
|
systemtcl hibernate
|
||||||
|
;;
|
||||||
"Nothing") ;&
|
"Nothing") ;&
|
||||||
*)
|
*)
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Reference in a new issue