From 6204b89e4b4bf1f7fb65bce27909f74a9050b578 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Mon, 10 Feb 2025 12:53:30 +0900 Subject: modified dwmblocks/config.def.h --- dwmblocks/config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dwmblocks') diff --git a/dwmblocks/config.def.h b/dwmblocks/config.def.h index 116e21c..7054f95 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/suckless/dwmblocks/config.def.h !cd ~/.local/src/suckless/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 -f 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