neovim-gtk
neovim-gtk copied to clipboard
Is it possible to hide menus/toolbars in titlebar?
Typically when I use gvim, macvim, vimr etc. I hide all of the toolbars, using the same configuration I still can see menu options in a thicker title bar for this. Any suggestions?
Can you provide screenshot? maybe this is because of latest changes in application menu.
if you mean about disable headerbar (probably that menu options), you can use NVIM_GTK_NO_HEADERBAR=1 environment variable and it will look like this
~~Hm, for some reason the env var doesn't seem to be working for me, nothing changes. Is there something I can do to help debug the problem?~~
Edit: Disregard, sorry, I was using the AUR package which hasn't been updated in a while, causing some weird dependency issues. Installing from git worked.
Thanks!
Thanks for the suggestions above. That worked. I had expected it to use a similar flag to gvim or macvim.
I guess this can be closed now.