Firefox, remote commands and Xfce
I replaced the default browser in Xfce (Settings → Preferred
Applications) with a custom Python script to do some additional URL
handling. To open a link in Firefox you just have to run
firefox -remote OpenURL(<url>) and you can even use it with multiple
instances (add -P <profile>).
Using the …