I don’t use the termulator for opening apps that can bepened through GUI simply because the termulator has to stay open and that clutters the taskbar.
bro doesn’t know about &
elaborate

Idk I don’t know about & either (I know && but I’m guessing it’s different), but you can ctrl+z it, then use bg to run it in the background, then disown to divorce it from the terminal.

I’ll try firefox & when I get home and see what happens though, I’m assuming that’s what he meant.

I tried & and it lets you continue sending commands into the terminal. Typing firefox & and then disown and closing the terminal yields the same result as opening firefox through the GUI.
Dude awesome! Good to know, thanks!
& runs the program in the background right away.
It opens the process in the background.