From 991c499599fbfe5d91501da57c0d7e42df9f9724 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Sun, 26 Oct 2025 13:58:10 +0000 Subject: small changes to scripts --- Scripts/.local/scripts/eselect | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Scripts/.local/scripts/eselect') diff --git a/Scripts/.local/scripts/eselect b/Scripts/.local/scripts/eselect index 4c8de15..1e9e216 100755 --- a/Scripts/.local/scripts/eselect +++ b/Scripts/.local/scripts/eselect @@ -10,11 +10,11 @@ case "$(printf "new\nstop\nrestart\neshell\nmail" | dmenu -p "eserver: ")" in notify-send "eselect: Halted server";; "new") notify-send "eselect: Launching Emacs" && \ - emacsclient -c -a "";; + emacsclient -c -a "emacs";; "eshell") notify-send "eselect: Launching Eshell" && \ - emacsclient -c -a "" --eval "(progn (eshell) (delete-other-windows))";; + emacsclient -c -a "emacs" --eval "(progn (eshell) (delete-other-windows))";; "mail") notify-send "eselect: Launching notmuch" && \ - emacsclient -c -a "" --eval "(progn (notmuch) (delete-other-windows))";; + emacsclient -c -a "emacs" --eval "(progn (notmuch) (delete-other-windows))";; esac -- cgit v1.2.3-13-gbd6f