wtf-tui is a CLI tool for editing/creating YAML configurations for the WTF terminal dashboard. I would like to receive a classic confinement in order to obtain read/write access to the default WTF configuration file: “~/.config/wtf/config.yml”
Snap: wtf-tui
Edit:
I just found about the “personal-files” plug and it looks like this is exactly what I need. I submitted a new build of the snap with “strict” confinement and “write” access to the config file:
plugs:
config-wtf:
interface: personal-files
write:
- $HOME/.config/wtf/config.yml
apps:
wtfutil-tui:
command: bin/wtfutil-tui
plugs:
- config-wtf
It still needs manual review though.