From b2f7e2fa15fa07484af3501b4ee9fc610b8b03d7 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Mon, 15 Nov 2021 20:56:35 +0100 Subject: [PATCH] Add config for transmission-remote-gtk --- .../transmission-remote-gtk/config.json | 44 +++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 arch-config/.config/transmission-remote-gtk/config.json diff --git a/arch-config/.config/transmission-remote-gtk/config.json b/arch-config/.config/transmission-remote-gtk/config.json new file mode 100644 index 00000000..9142ce43 --- /dev/null +++ b/arch-config/.config/transmission-remote-gtk/config.json @@ -0,0 +1,44 @@ +{ + "profiles" : [ + { + "profile-name" : "Default", + "hostname" : "172.16.16.12", + "port" : 9091, + "rpc-url-path" : "/transmission/rpc", + "username" : "", + "password" : "", + "auto-connect" : true, + "ssl" : false, + "ssl-validate" : false, + "timeout" : 40, + "retries" : 3, + "update-active-only" : false, + "activeonly-fullsync-enabled" : false, + "activeonly-fullsync-every" : 2, + "update-interval" : 3, + "min-update-interval" : 3, + "session-update-interval" : 60, + "exec-commands" : [], + "destinations" : [] + } + ], + "profile-id" : 0, + "tree-views" : { + "TrgTorrentTreeView" : { }, + "TrgTrackersTreeView" : { }, + "TrgFilesTreeView" : { }, + "TrgPeersTreeView" : { } + }, + "start-paused" : false, + "add-options-dialog" : true, + "delete-local-torrent" : false, + "show-state-selector" : true, + "filter-dirs" : true, + "filter-trackers" : true, + "directories-first" : true, + "show-notebook" : false, + "system-tray" : false, + "system-tray-minimise" : false, + "add-notify" : false, + "complete-notify" : false +} \ No newline at end of file