I want to use tint2 as my panel in an Openbox session.
The tint2 configuration file is ~/.config/tint2/tint2rc. The tint2 configuration instructions have this:
When you change the config file, the command line 'killall -SIGUSR1 tint2' will force tint2 to reload it.
What does
killall -SIGUSR1
do?
In other words, how does running killall -SIGUSR1 tint2 cause tint2rc to be reloaded?
Edit: it appears that ~/.conkyrc can be reloaded the same way. From man conky:
An easy way to force Conky to reload your ~/.conkyrc: "killall -SIGUSR1 conky". Saves you the trouble of having to kill and then restart. You can now also do the same with SIGHUP.