From 0741d99e4f603d31bb7dcdac776c28c7a5802d27 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Mon, 10 Feb 2025 12:50:06 +0900 Subject: modified dwmblocks/config.def.h, created dwmblocks/config.h --- dwmblocks/config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dwmblocks/config.def.h') 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. -- cgit v1.2.3