From d7bb02828482c0760444d8e24f49a7547df637d0 Mon Sep 17 00:00:00 2001 From: Joe Date: Wed, 11 Jan 2023 17:53:30 +0100 Subject: up --- .config/openbox/menu.xml | 6 +++--- .config/openbox/rc.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to '.config/openbox') diff --git a/.config/openbox/menu.xml b/.config/openbox/menu.xml index 36f810f..610917f 100755 --- a/.config/openbox/menu.xml +++ b/.config/openbox/menu.xml @@ -187,7 +187,7 @@ - notify-send -u normal reboot " G'night, partner!"; sleep 2; acpiconf -s 3 + sh -c "notify-send -u normal reboot \" G'night, partner!\"; sleep 2; acpiconf -s 3" @@ -197,12 +197,12 @@ - emacsclient -e '"(save-buffers-kill-emacs)"'; notify-send -u normal reboot " Rebootin' now!"; sleep 2; shutdown -r now + sh -c "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 + sh -c "emacsclient -e '\"(save-buffers-kill-emacs)\"'; notify-send -u normal shutdown ' Farewell, partner!'; sleep 2; shutdown -p now" diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml index 0d1c8e6..9533f12 100755 --- a/.config/openbox/rc.xml +++ b/.config/openbox/rc.xml @@ -542,7 +542,7 @@ - /home/jozan/.local/bin/killespeak + /home/jozan/.local/bin/shutup -- cgit v1.2.3