How do I hide the headerbar / for just gnome-terminal?

I originally opened this issue here: https://gitlab.gnome.org/GNOME/gnome-terminal/-/issues/321


I’m using i3, and the entirety of the headerbar is extraneous, and I’d like to remove it (leaving only the terminal content in the window).

Is there a secret option / gsettings command to run to hide the headerbar for just the terminal (the headerbar for nautilus is essential, and I’m sure there are other applications where I’d want to keep the headerbar)?

The internet seems to think this works:

gsettings set org.gnome.Terminal.Legacy.Settings headerbar false

but it doesn’t.

Thanks!

gsettings set org.gnome.Terminal.Legacy.Settings headerbar false

Works as intended here.

After running that command and restarting the application it reverts to the old style window decorations and menubar.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.