daa84 / neovim-gtk

gtk ui for neovim
GNU General Public License v3.0
716 stars 57 forks source link

Is it possible to hide menus/toolbars in titlebar? #153

Open elorest opened 5 years ago

elorest commented 5 years ago

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?

daa84 commented 5 years ago

Can you provide screenshot? maybe this is because of latest changes in application menu.

mrgaturus commented 5 years ago

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 image

jacobmischka commented 5 years ago

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!

elorest commented 5 years ago

Thanks for the suggestions above. That worked. I had expected it to use a similar flag to gvim or macvim.

lukelex commented 5 years ago

I guess this can be closed now.