diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-10 12:53:30 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-10 12:53:30 +0900 |
| commit | 6204b89e4b4bf1f7fb65bce27909f74a9050b578 (patch) | |
| tree | 7d765947bfd65844b654764aaf710cfef79a62bc /dwmblocks/config.def.h | |
| parent | 0741d99e4f603d31bb7dcdac776c28c7a5802d27 (diff) | |
modified dwmblocks/config.def.h
Diffstat (limited to 'dwmblocks/config.def.h')
| -rw-r--r-- | dwmblocks/config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
