mirror of https://github.com/xSmurf/oz.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
684 B
34 lines
684 B
{
|
|
"path": "/usr/bin/liferea"
|
|
, "_wrapper": "/usr/bin/torify"
|
|
, "xserver": {
|
|
"enabled": true
|
|
, "enable_tray": true
|
|
, "tray_icon":"/usr/share/icons/hicolor/scalable/apps/liferea.svg"
|
|
}
|
|
, "networking":{
|
|
"type":"bridge"
|
|
, "sockets": [
|
|
{"type":"client", "proto":"tcp", "port":9050}
|
|
]
|
|
}
|
|
, "whitelist": [
|
|
{"path":"/run/resolvconf"}
|
|
|
|
, {"path":"${HOME}/.local/share/liferea"}
|
|
, {"path":"${HOME}/.cache/liferea"}
|
|
, {"path":"${HOME}/.config/liferea"}
|
|
|
|
, {"path":"${HOME}/.config/gtk-3.0"}
|
|
, {"path":"${HOME}/.config/gtk-2.0"}
|
|
|
|
, {"path":"${HOME}/.config/dconf"}
|
|
, {"path":"${HOME}/.cache/dconf"}
|
|
, {"path":"/run/user/${UID}/dconf"}
|
|
]
|
|
, "blacklist": [
|
|
]
|
|
, "_environment": [
|
|
]
|
|
}
|