diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-04-22 19:44:42 -0400 | 
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-04-22 19:44:42 -0400 | 
| commit | b97eff3d4760435ab852eb1673f44df2f6b21905 (patch) | |
| tree | 6caf11ec356bd096f0e509a2e9e64687be221900 | |
| parent | help renamed to help-icon (diff) | |
| download | dwmblocks-b97eff3d4760435ab852eb1673f44df2f6b21905.tar.gz dwmblocks-b97eff3d4760435ab852eb1673f44df2f6b21905.tar.bz2 dwmblocks-b97eff3d4760435ab852eb1673f44df2f6b21905.tar.xz dwmblocks-b97eff3d4760435ab852eb1673f44df2f6b21905.tar.zst dwmblocks-b97eff3d4760435ab852eb1673f44df2f6b21905.zip | |
specific larbs location for cd fix
| -rw-r--r-- | config.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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 & } | 
