diff options
Diffstat (limited to 'dotfiles/system/.config/transmission')
| -rw-r--r-- | dotfiles/system/.config/transmission/settings.json | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/dotfiles/system/.config/transmission/settings.json b/dotfiles/system/.config/transmission/settings.json index c3227d6..e4ef5f1 100644 --- a/dotfiles/system/.config/transmission/settings.json +++ b/dotfiles/system/.config/transmission/settings.json @@ -16,7 +16,7 @@      "blocklist-updates-enabled": true,      "blocklist-url": "http://www.example.com/blocklist",      "cache-size-mb": 4, -    "compact-view": true, +    "compact-view": false,      "default-trackers": "",      "details-window-height": 500,      "details-window-width": 700, @@ -31,9 +31,9 @@      "incomplete-dir-enabled": true,      "inhibit-desktop-hibernation": false,      "lpd-enabled": true, -    "main-window-height": 1471, +    "main-window-height": 778,      "main-window-is-maximized": false, -    "main-window-width": 2256, +    "main-window-width": 1280,      "main-window-x": 50,      "main-window-y": 50,      "message-level": 4, @@ -60,7 +60,7 @@      "rpc-enabled": false,      "rpc-host-whitelist": "",      "rpc-host-whitelist-enabled": true, -    "rpc-password": "{323def58ffc877f9f1ba7b697a4d2e77de4c8208hg7pXgYf", +    "rpc-password": "{c344e04ab6dfb9ceae149001d6143aa6ee56b162BrYSjmn1",      "rpc-port": 9091,      "rpc-socket-mode": "0750",      "rpc-url": "/transmission/", @@ -93,7 +93,7 @@      "start-added-torrents": true,      "statusbar-stats": "total-ratio",      "tcp-enabled": true, -    "torrent-added-notification-enabled": false, +    "torrent-added-notification-enabled": true,      "torrent-added-verify-mode": "fast",      "torrent-complete-notification-enabled": true,      "torrent-complete-sound-command": [ @@ -103,7 +103,7 @@          "-d",          "transmission torrent downloaded"      ], -    "torrent-complete-sound-enabled": false, +    "torrent-complete-sound-enabled": true,      "trash-can-enabled": true,      "trash-original-torrent-files": true,      "umask": "022", | 
