diff options
| author | Andrew Guschin <saintruler@gmail.com> | 2021-08-13 16:53:55 +0400 |
|---|---|---|
| committer | Andrew Guschin <saintruler@gmail.com> | 2021-08-13 16:53:55 +0400 |
| commit | c144ac06630e6f646cad1711755367e4ac2eb785 (patch) | |
| tree | 58641c12b6289bd19e9bff58b4f0a21f57daaa99 /.config | |
| parent | 4d0d4983b18e4a99959a91b843ef0ca6abdf786b (diff) | |
Added joplin tui config
Diffstat (limited to '.config')
| -rw-r--r-- | .config/joplin/settings.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/joplin/settings.json b/.config/joplin/settings.json new file mode 100644 index 0000000..a89378c --- /dev/null +++ b/.config/joplin/settings.json @@ -0,0 +1,5 @@ +{ + "sync.target": 2, + "sync.2.path": "/home/andrew/shared-folder/joplin", + "trackLocation": false +} |