i3-msg vs i3
Using i3 for sending commands to current i3 instance works. I found that i3-msg can also be used.
For e.g. while in an xterm window the following two commands do the same thing:
$ i3 border none
$ i3-msg border none
I would like to know if there is a difference between the two approaches.