Fernando Ayats
Fernando Ayats
Thank you very much for keeping the project alive. The idea lgtm, the only thing: do you plan to add something else to a program type? Seems kinda empty to...
> I was planning on also having a way to define desktop items per program I guess we may run into problems by doing this. I believe there are applications...
Adding to that, I think it is better to think of an ergonomic API, and then think about the implementation
How would makeDesktopItem fit in there? https://github.com/NixOS/nixpkgs/blob/master/pkgs/build-support/make-desktopitem/default.nix
Usecase: expose ~/.config/mozilla to firefox as ~/.mozilla
One of my takeaways after having learnt namespaces after writing https://github.com/viperML/hover-rs : - You **need** to unshare the user namespace to use any other namespace - After unsharing the user...
@nrabulinski did the scaping code for env variables. I'm not a fan of letting users put arbitrary bash code either. But you can always use `extraWrapperFlags` which is not escaped:...
After the rewrite of WM, I don't know if this behaviour changed, I need to check...
While I don't really use these programs, the usecase is definitely interesting, and would fit nicely in the interface of wrapper-manager. I think we can already start discussing the api...
I feel like we could set the double hyphen unconditionally and wait for somebody to complain about that