diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-26 17:36:38 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-26 17:36:38 -0600 |
| commit | dada2f255daaa2fb493ec8c7d47e2a8123aea494 (patch) | |
| tree | 0c0eeb84bb7b6e66a2d7f41cdfd061b25f80cc14 /dotfiles/common/.config/transmission/settings.json | |
| parent | d50e5955837788fc69b4d5bc74cb574b859ed31a (diff) | |
refactor(dotfiles): rename system/ to common/ and remove unused configs
Rename dotfiles/system to dotfiles/common for clarity - indicates
shared dotfiles used across all desktop environments (DWM, Hyprland).
Removed config directories for uninstalled applications:
- ghostty (using different terminal)
- lf (using ranger instead)
- mopidy (using mpd instead)
- nitrogen (X11-only, obsolete for Wayland)
- pychess (not installed)
- JetBrains (not installed via archsetup)
- youtube-dl (using yt-dlp with different config location)
Kept audacious config for potential future use.
Updated all references in archsetup, CLAUDE.md, todo.org, and
validation.sh.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to 'dotfiles/common/.config/transmission/settings.json')
| -rw-r--r-- | dotfiles/common/.config/transmission/settings.json | 129 |
1 files changed, 129 insertions, 0 deletions
diff --git a/dotfiles/common/.config/transmission/settings.json b/dotfiles/common/.config/transmission/settings.json new file mode 100644 index 0000000..c232f9d --- /dev/null +++ b/dotfiles/common/.config/transmission/settings.json @@ -0,0 +1,129 @@ +{ + "alt-speed-down": 500, + "alt-speed-enabled": true, + "alt-speed-time-begin": 480, + "alt-speed-time-day": 127, + "alt-speed-time-enabled": true, + "alt-speed-time-end": 1380, + "alt-speed-up": 500, + "announce-ip": "", + "announce-ip-enabled": false, + "anti-brute-force-enabled": false, + "anti-brute-force-threshold": 100, + "bind-address-ipv4": "0.0.0.0", + "bind-address-ipv6": "::", + "blocklist-date": 0, + "blocklist-enabled": false, + "blocklist-updates-enabled": true, + "blocklist-url": "http://www.example.com/blocklist", + "cache-size-mb": 4, + "compact-view": false, + "default-trackers": "", + "details-window-height": 712, + "details-window-width": 831, + "dht-enabled": true, + "download-dir": "/home/cjennings/downloads/torrents/complete", + "download-queue-enabled": true, + "download-queue-size": 5, + "encryption": 1, + "filter-mode": "show-downloading", + "filter-trackers": "", + "idle-seeding-limit": 30, + "idle-seeding-limit-enabled": false, + "incomplete-dir": "/home/cjennings/downloads/torrents/incomplete", + "incomplete-dir-enabled": true, + "inhibit-desktop-hibernation": false, + "lpd-enabled": true, + "main-window-height": 981, + "main-window-is-maximized": false, + "main-window-layout-order": "menu,toolbar,filter,list,statusbar", + "main-window-width": 1504, + "main-window-x": -3016, + "main-window-y": 22, + "message-level": 4, + "open-dialog-dir": "/home/cjennings", + "peer-congestion-algorithm": "", + "peer-limit-global": 200, + "peer-limit-per-torrent": 50, + "peer-port": 51413, + "peer-port-random-high": 65535, + "peer-port-random-low": 49152, + "peer-port-random-on-start": false, + "peer-socket-tos": "le", + "pex-enabled": true, + "port-forwarding-enabled": true, + "preallocation": 1, + "prefetch-enabled": true, + "prompt-before-exit": true, + "queue-stalled-enabled": true, + "queue-stalled-minutes": 30, + "ratio-limit": 2, + "ratio-limit-enabled": false, + "read-clipboard": false, + "remote-session-enabled": false, + "remote-session-host": "localhost", + "remote-session-https": false, + "remote-session-password": "", + "remote-session-port": 9091, + "remote-session-requres-authentication": false, + "remote-session-username": "", + "rename-partial-files": true, + "rpc-authentication-required": true, + "rpc-bind-address": "0.0.0.0", + "rpc-enabled": true, + "rpc-host-whitelist": "", + "rpc-host-whitelist-enabled": true, + "rpc-password": "{bad68dff996a5c90ed8d070ed66477bc49fe9f9fWgWCPwIG", + "rpc-port": 9091, + "rpc-socket-mode": "0750", + "rpc-url": "/transmission/", + "rpc-username": "cjennings", + "rpc-whitelist": "127.0.0.1,::1", + "rpc-whitelist-enabled": true, + "scrape-paused-torrents-enabled": true, + "script-torrent-added-enabled": false, + "script-torrent-added-filename": "", + "script-torrent-done-enabled": false, + "script-torrent-done-filename": "", + "script-torrent-done-seeding-enabled": false, + "script-torrent-done-seeding-filename": "", + "seed-queue-enabled": false, + "seed-queue-size": 10, + "show-backup-trackers": false, + "show-extra-peer-details": false, + "show-filterbar": true, + "show-notification-area-icon": true, + "show-options-window": false, + "show-statusbar": true, + "show-toolbar": true, + "show-tracker-scrapes": false, + "sort-mode": "sort-by-progress", + "sort-reversed": false, + "speed-limit-down": 500, + "speed-limit-down-enabled": false, + "speed-limit-up": 100, + "speed-limit-up-enabled": false, + "start-added-torrents": true, + "start-minimized": true, + "statusbar-stats": "total-ratio", + "tcp-enabled": true, + "torrent-added-notification-enabled": true, + "torrent-added-verify-mode": "fast", + "torrent-complete-notification-enabled": false, + "torrent-complete-sound-command": [ + "canberra-gtk-play", + "-i", + "complete-download", + "-d", + "transmission torrent downloaded" + ], + "torrent-complete-sound-enabled": true, + "trash-can-enabled": true, + "trash-original-torrent-files": true, + "umask": "022", + "upload-slots-per-torrent": 8, + "user-has-given-informed-consent": true, + "utp-enabled": true, + "watch-dir": "/home/cjennings/downloads/torrents/files", + "watch-dir-enabled": true +} |
