Hide the menu bar of the terminal permanently

I want to hide the menu bar of the terminal (bash) permanently. If I do this via the context menu, it will appear again at the next start. I could not find anything in the .bashrc for this purpose. Any hints?

Depends on which terminal emulator you’re using, and perhaps which DE too.

I use bash emulator on Xfce

Bash is the name of your shell program, not the terminal emulator. But if you’re on xfce then I’d guess you’re using the xfce4 emulator. If that’s right then you should be able to right-click anywhere on the terminal and choose Preferences. On the Preferences screen, click on the Appearance tab, then, under Opening New Windows, uncheck the box that says Display menubar in new windows.

2 Likes

Thanks @drhoopoe :+1:

1 Like

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