From ecac51aadbfef00ccf9385dfa4931a2482831c04 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Mon, 5 Feb 2024 23:24:42 +0100 Subject: [PATCH] Add hibernate option to menuquit --- home/.local/bin/scripts/gui/prompt/menuquit | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/.local/bin/scripts/gui/prompt/menuquit b/home/.local/bin/scripts/gui/prompt/menuquit index 9a09fb7..3fbe2bd 100755 --- a/home/.local/bin/scripts/gui/prompt/menuquit +++ b/home/.local/bin/scripts/gui/prompt/menuquit @@ -24,6 +24,9 @@ case "$action" in "Userspace Reboot") systemctl soft-reboot ;; +"Hibernate") + systemtcl hibernate + ;; "Nothing") ;& *) exit 1