[Bin] update cache of elisp function

This commit is contained in:
Lucien Cartier-Tilet 2022-06-21 16:38:42 +02:00
parent e6ffd2aba2
commit 914bfdb3b6
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 2 additions and 2 deletions

View File

@ -73,11 +73,11 @@ of said command running.
"\n")
#+END_SRC
#+RESULTS[df901bd50f82a683a738efd18f4aa650eff4b222]: autostart-gen
#+RESULTS[62975f44e46334798ca0fd7d51ea8f83802fe745]: autostart-gen
#+begin_src bash :exports code
which pactl && pactl load-module module-switch-on-connect &
which mpc && mpc stop &
which xrdb && xrdb -merge "$HOME"/.Xresources &
which xrdb && xrdb -merge "$XDG_CONFIG_HOME"/X11/Xresources &
which picom && if pgrep -x picom ; then
echo picom already running
else