On Windows, I could install two different instances of Firefox linked to two different profiles. There were two icons on the desktop and on the start menu to see which one is which.
I just migrated my computer on Ubuntu 18.04 LTS with i3-wm and I use rofi as menu.
I would like to know if it's possible to launch two different profiles of Firefox using rofi and assign each profile on a different workspace.
For example: If I have Firefox-A and Firefox-B as profiles, I would like to being able to launch Firefox-B on workspace 2 just by launching it from rofi. If I launch Firefox-A, it should open on workspace 1.
Thank you very much.
assign
in i3 config file to automatically put them in specific workspace - see more here : https://i3wm.org/docs/userguide.html . You can also useappend_layout
. – Michal Przybylowicz Feb 09 '20 at 11:52