summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-04-22 19:44:42 -0400
committerLuke Smith <luke@lukesmith.xyz>2020-04-22 19:44:42 -0400
commitb97eff3d4760435ab852eb1673f44df2f6b21905 (patch)
tree6caf11ec356bd096f0e509a2e9e64687be221900
parentc76a6c7c1db05c931387ed53d6403e002c734f7d (diff)
downloaddwmblocks-b97eff3d4760435ab852eb1673f44df2f6b21905.tar.gz
dwmblocks-b97eff3d4760435ab852eb1673f44df2f6b21905.tar.bz2
dwmblocks-b97eff3d4760435ab852eb1673f44df2f6b21905.zip
specific larbs location for cd fix
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 2ca5f1f..6b5af8a 100644
--- a/config.h
+++ b/config.h
@@ -25,4 +25,4 @@ static char delim = '|';
// Have dwmblocks automatically recompile and run when you edit this file in
// vim with the following line in your vimrc/init.vim:
-// autocmd BufWritePost */dwmblocks/config.h !sudo make install && { killall -q dwmblocks;setsid dwmblocks & }
+// autocmd BufWritePost ~/.local/src/dwmblocks/config.h !cd ~/.local/src/dwmblocks/; sudo make install && { killall -q dwmblocks;setsid dwmblocks & }
Software created with 💖