vhakulinen / gnvim

GUI for neovim, without any web bloat
MIT License
1.86k stars 68 forks source link

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

Closed bergercookie closed 7 months ago

bergercookie commented 3 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 7 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).