NomisIV
NomisIV
Setting the `GIO_MODULE_DIR` runtime variable to `$(path to glib-networking)/lib/gio/modules/` fixed it for me! :) In nix terms: `GIO_MODULE_DIR="${pkgs.glib-networking}/lib/gio/modules/";`
Hyprland already has native window swallowing: Look for `enable_swallow` in [this table](https://wiki.hyprland.org/Configuring/Variables/#misc)
Unfortunately this is a limitation of the current implementation. I'm experimenting with alternative solutions, but nothing successful so far. It might be possible to add a secondary swallowing method, utilizing...