summaryrefslogtreecommitdiff
path: root/dwmblocks/config.def.h
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-02-10 12:50:06 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-02-10 12:50:06 +0900
commit0741d99e4f603d31bb7dcdac776c28c7a5802d27 (patch)
tree2b7de6e6bc8154faa8c002148a6689ef7bdc416e /dwmblocks/config.def.h
parent5ded004577ff82e5bd9afc86d2e584ebbd82705d (diff)
modified dwmblocks/config.def.h, created dwmblocks/config.h
Diffstat (limited to 'dwmblocks/config.def.h')
-rw-r--r--dwmblocks/config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwmblocks/config.def.h b/dwmblocks/config.def.h
index 6726613..116e21c 100644
--- a/dwmblocks/config.def.h
+++ b/dwmblocks/config.def.h
@@ -40,7 +40,7 @@ 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 ~/.local/src/dwmblocks/config.h !cd ~/.local/src/dwmblocks/; sudo make install && { killall -q dwmblocks;setsid dwmblocks & }
+// autocmd BufWritePost ~/.local/src/suckless/dwmblocks/config.def.h !cd ~/.local/src/suckless/dwmblocks/; sudo make install && { killall -q dwmblocks;setsid dwmblocks & }
// Although, pkill is slightly slower than the command kill, which can
// make a big difference if we are making semi-frequent changes in a script.