dwmblocks

I use polybar now
Log | Files | Refs | README | LICENSE

commit b97eff3d4760435ab852eb1673f44df2f6b21905
parent c76a6c7c1db05c931387ed53d6403e002c734f7d
Author: Luke Smith <luke@lukesmith.xyz>
Date:   Wed, 22 Apr 2020 19:44:42 -0400

specific larbs location for cd fix

Diffstat:
Mconfig.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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 & }