neovim-gtk icon indicating copy to clipboard operation
neovim-gtk copied to clipboard

Is it possible to hide menus/toolbars in titlebar?

Open elorest opened this issue 6 years ago • 5 comments

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?

elorest avatar Oct 08 '18 19:10 elorest

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

daa84 avatar Oct 10 '18 13:10 daa84

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

mrgaturus avatar Oct 12 '18 03:10 mrgaturus

~~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!

jacobmischka avatar Oct 22 '18 14:10 jacobmischka

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

elorest avatar Oct 28 '18 17:10 elorest

I guess this can be closed now.

lukelex avatar Nov 17 '18 12:11 lukelex