small changes to scripts
This commit is contained in:
@@ -1,7 +1,4 @@
|
|||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
killall picom;
|
killall picom;
|
||||||
picom \
|
picom --config ~/.config/picom/picom.conf;
|
||||||
--backend glx \
|
|
||||||
--no-fading-openclose \
|
|
||||||
;
|
|
||||||
|
|||||||
@@ -10,11 +10,11 @@ case "$(printf "new\nstop\nrestart\neshell\nmail" | dmenu -p "eserver: ")" in
|
|||||||
notify-send "eselect: Halted server";;
|
notify-send "eselect: Halted server";;
|
||||||
"new")
|
"new")
|
||||||
notify-send "eselect: Launching Emacs" && \
|
notify-send "eselect: Launching Emacs" && \
|
||||||
emacsclient -c -a "";;
|
emacsclient -c -a "emacs";;
|
||||||
"eshell")
|
"eshell")
|
||||||
notify-send "eselect: Launching 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")
|
"mail")
|
||||||
notify-send "eselect: Launching notmuch" && \
|
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
|
esac
|
||||||
|
|||||||
Reference in New Issue
Block a user