daa84 / neovim-gtk

gtk ui for neovim
GNU General Public License v3.0
718 stars 56 forks source link

Feature request: ability to set prefix/suffix for window title #39

Open unclechu opened 6 years ago

unclechu commented 6 years ago

I'm using tiling window managers such as XMonad and i3, I often use folding for windows in i3 (you could look at attached screenshot to see how it looks like), when I have more than one windows of Neovim-gtk it's not obvious which one I actually need until I go and open it because window title is the same for all windows. It would be cool if I for instance call some rpc method to set my own window title suffix or/and prefix.

selection_023

daa84 commented 6 years ago

think need to implement support for set_title event so next code will work

set title
set titlestring=Hello
unclechu commented 6 years ago

@daa84 cool, that would be perfect! But keep it as a prefix, like &title - NeovimGtk.