tofi output fix, open secondary browsers on focused workspace

This commit is contained in:
2026-03-15 19:53:28 +05:00
parent cbe5675693
commit 273941e2d7
2 changed files with 30 additions and 5 deletions

View File

@ -36,14 +36,21 @@
"peer-port-random-on-start": false,
"peer-socket-tos": "le",
"pex-enabled": true,
"pidfile": "",
"port-forwarding-enabled": true,
"preallocation": 1,
"preferred_transports": [
"utp",
"tcp"
],
"prefetch-enabled": true,
"proxy_url": null,
"queue-stalled-enabled": true,
"queue-stalled-minutes": 30,
"ratio-limit": 2,
"ratio-limit": 2.0,
"ratio-limit-enabled": false,
"rename-partial-files": false,
"reqq": 2000,
"rpc-authentication-required": false,
"rpc-bind-address": "0.0.0.0",
"rpc-enabled": true,
@ -65,15 +72,22 @@
"script-torrent-done-seeding-filename": "",
"seed-queue-enabled": false,
"seed-queue-size": 10,
"sequential_download": false,
"sleep-per-seconds-during-verify": 100,
"speed-limit-down": 100,
"speed-limit-down-enabled": false,
"speed-limit-up": 100,
"speed-limit-up-enabled": false,
"start-added-torrents": true,
"start_paused": false,
"tcp-enabled": true,
"torrent-added-verify-mode": "fast",
"torrent_complete_verify_enabled": false,
"trash-original-torrent-files": false,
"umask": "022",
"upload-slots-per-torrent": 8,
"utp-enabled": true
}
"utp-enabled": true,
"watch-dir": "",
"watch-dir-enabled": false,
"watch-dir-force-generic": false
}