cursor icon indicating copy to clipboard operation
cursor copied to clipboard

How to unhide menu bar?

Open agn-7 opened this issue 10 months ago • 8 comments

Accidentally, the menu bar disappeared, and despite using Toggle Menu Bar via Ctrl + P, it isn't unhided!

Image

agn-7 avatar Apr 11 '25 14:04 agn-7

same issue in my system as well after the new updates

EDIT: i have title bar style set to native

BikashWhitehat avatar Apr 22 '25 05:04 BikashWhitehat

I fixed the issue with a plan B solution:

I removed the config folder of the Cursor as follows and initialized it again:

cd ~/.config/
rm -rf Cursor

agn-7 avatar Apr 23 '25 09:04 agn-7

it is still not visible after removing config folder in my case

BikashWhitehat avatar Apr 24 '25 00:04 BikashWhitehat

@BikashWhitehat did you try with "ctrl + p" then type "Toggle Menu Bar"?

agn-7 avatar Apr 24 '25 16:04 agn-7

@BikashWhitehat did you try with "ctrl + p" then type "Toggle Menu Bar"?

done that as well, doesn't work

BikashWhitehat avatar Apr 24 '25 16:04 BikashWhitehat

No idea, in my case, I deleted the .Appimage file, downloaded that again, removed that config, then in the new run it was fixed, however, all of my settings had been removed

agn-7 avatar Apr 28 '25 07:04 agn-7

Check the following flags in ~/.config/Cursor/User/settings.json:

  • window.customTitleBarVisibility
  • window.titleBarStyle
  • window.menuBarVisibility

If any of these flags are set, try removing them. If the issue persists, try removing the other flags one by one, or remove the file completely. This solved my issue.

fazalqburst avatar Aug 18 '25 12:08 fazalqburst

worked for me too, @fazalqburst. TYVM

luchasarie avatar Nov 10 '25 16:11 luchasarie