daa84 / neovim-gtk

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

Background Transparency Support #100

Closed severen closed 6 years ago

severen commented 6 years ago

It would be nice if there was support for transparency, as you can have with NeoVim in a regular terminal.

daa84 commented 6 years ago

Looks like simple task, gtk-widget-set-opacity does the job, but

only on X screens with a compositing manager running.

severen commented 6 years ago

That shouldn't be much of a problem, no? Everything I've used doesn't support transparency or anything "advanced" like that unless you have a compositor.

daa84 commented 6 years ago

Merged to master Configuration through NGTransparency command https://github.com/daa84/neovim-gtk/wiki/Configuration#commands

severen commented 6 years ago

Thanks a lot, after this change I can envisage myself regularly using this.