(Scripts)~minor adjustments

This commit is contained in:
2024-09-08 02:53:02 +01:00
parent df4d28987d
commit 47e7501fb6
3 changed files with 4 additions and 4 deletions

View File

@@ -4,10 +4,10 @@ case "$(printf "new\nstop\nrestart\neshell\nmail" | dmenu -p "eserver: ")" in
"restart")
emacsclient --eval "(save-buffers-kill-emacs)" && \
emacs --bg-daemon && \
notify-send "eselect: Restarted Emacs server";;
notify-send "eselect: Restarted server";;
"stop")
emacsclient --eval "(save-buffers-kill-emacs)" && \
notify-send "eselect: Halted Emacs server";;
notify-send "eselect: Halted server";;
"new")
notify-send "eselect: Launching Emacs" && \
emacsclient -c -a "";;