From 914bfdb3b64a175d1192083b2faa1e3bc2e351b9 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Tue, 21 Jun 2022 16:38:42 +0200 Subject: [PATCH] [Bin] update cache of elisp function --- org/config/bin.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org/config/bin.org b/org/config/bin.org index 7094d29..72fb814 100644 --- a/org/config/bin.org +++ b/org/config/bin.org @@ -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