-
Notifications
You must be signed in to change notification settings - Fork 273
Adds support for disabling X11 and possibly other options in the config.yaml file #275
Description
The needs
As someone that uses exegol a lot for running terminal-only programs, I wish there was a way to specify that I don't want to enable X11 support by default. Especially on a Mac, having it enabled probably makes my computer slower and I get this annoying X11 icon while I don't use these capabilities.
Description
I wish this option would be supported in the config file. But maybe more generically could there be maybe a way to add command line options in the config.yaml file? That would also solve my second wish, which is to have to ability to have the --cwd flag set by default. As a HackTheBox player, I often create containers just for a specific box after creating a folder on my computer, so that would be a nice to have as well. Otherwise, I can of course just create an alias, but maybe that flexibility could help others as well.
Thanks a lot!
Alternatives
Create an alias (i.e. a wrapper around a wrapper...)
Additional context
No response