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.
25 lines
510 B
25 lines
510 B
{
|
|
"path": "/usr/bin/xchat"
|
|
, "xserver": {
|
|
"enabled": true
|
|
, "enable_tray": true
|
|
, "tray_icon": "/usr/share/icons/gnome-colors-common/scalable/apps/xchat.svg"
|
|
, "disable_audio": true
|
|
}
|
|
, "network":{
|
|
"nettype":"empty"
|
|
, "sockets": [
|
|
{"nettype":"client", "destination": "10.10.0.90", "proto":"tcp", "port":57000}
|
|
]
|
|
}
|
|
, "whitelist": [
|
|
{"source":"${HOME}/.xpra/xchat"}
|
|
, {"source":"${HOME}/.xchat2"}
|
|
|
|
, {"source":"${HOME}/.config/gtk-3.0"}
|
|
, {"source":"${HOME}/.config/gtk-2.0"}
|
|
]
|
|
, "blacklist": [
|
|
]
|
|
}
|