|
|
|
|
|
by pnelson
2556 days ago
|
|
I launch my browser with profiles instead of using containers. I have three at the moment: firefox --no-remote --profile "$XDG_CACHE_HOME/firefox/home" --class="browser-home" firefox --no-remote --profile "$XDG_CACHE_HOME/firefox/work" --class="browser-work" firefox --no-remote --profile "$(mktemp -d)" |
|