From 05fddf169347ec3fa42e8798c89d644e832dc6c4 Mon Sep 17 00:00:00 2001 From: Joe Date: Wed, 11 Jan 2023 17:47:44 +0100 Subject: up --- .config/openbox/menu.xml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to '.config') diff --git a/.config/openbox/menu.xml b/.config/openbox/menu.xml index 7feb649..36f810f 100755 --- a/.config/openbox/menu.xml +++ b/.config/openbox/menu.xml @@ -187,9 +187,7 @@ - notify-send -u normal reboot " G'night, partner!" - sleep 2 - acpiconf -s 3 + notify-send -u normal reboot " G'night, partner!"; sleep 2; acpiconf -s 3 @@ -199,18 +197,12 @@ - emacsclient -e '"(save-buffers-kill-emacs)"' - notify-send -u normal reboot " Rebootin' now!" - sleep 2 - shutdown -r now + emacsclient -e '"(save-buffers-kill-emacs)"'; notify-send -u normal reboot " Rebootin' now!"; sleep 2; shutdown -r now - emacsclient -e '"(save-buffers-kill-emacs)"' - notify-send -u normal shutdown ' Farewell, partner!' - sleep 2 - shutdown -p now + emacsclient -e '"(save-buffers-kill-emacs)"'; notify-send -u normal shutdown ' Farewell, partner!'; sleep 2; shutdown -p now -- cgit v1.2.3