• yeh74fjic8e5we@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    2 hours ago

    In the terminal session you launched firefox from:

    Ctrl-Z  # Temporarily suspend process
    bg      # Put that process into the background
    exit    # Cleanly close the terminal session
    

    Or launch Firefox (or whatever application) with a ’&’ at the end to put it in the background from the start.