vhakulinen / gnvim

GUI for neovim, without any web bloat
MIT License
1.84k stars 69 forks source link

Allow changing the GTK class name using `--class` #179

Closed bergercookie closed 4 months ago

bergercookie commented 2 years ago

Hi there,

Many GUI programs allow you to change the WM_CLASS of this program using a --class argument, e.g., see gnome-terminal. This would be useful e.g., in i3 for assigning specific programs to specific workspaces and having a fine-grained control over this.

Thanks for this awesome project Nikos

bergercookie commented 2 years ago

Hi @vhakulinen, friendly ping :)

vhakulinen commented 4 months ago

Afaik gtk4 removed builtin support for doing this, and I'm not planning to support this myself (I've no personal use for it nor desire/motivation to do the work).