mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +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")
|
||||
systemctl soft-reboot
|
||||
;;
|
||||
"Hibernate")
|
||||
systemtcl hibernate
|
||||
;;
|
||||
"Nothing") ;&
|
||||
*)
|
||||
exit 1
|
||||
|
|
Loading…
Reference in a new issue