diff --git a/.config/dwb/keys b/.config/dwb/keys index a50b4d38..b7720508 100644 --- a/.config/dwb/keys +++ b/.config/dwb/keys @@ -178,7 +178,7 @@ repeat= . entry_delete_active=Control d -hints_selector= +hints_selector= [1] save_search_field=gs diff --git a/.config/dwb/userscripts/extension_loader.js b/.config/dwb/userscripts/extension_loader.js index 5ac676de..0554591f 100644 --- a/.config/dwb/userscripts/extension_loader.js +++ b/.config/dwb/userscripts/extension_loader.js @@ -111,8 +111,12 @@ extensions.load("contenthandler", { // Handle requests based on filename extension extension : { - // "torrent" : "xterm -e 'aria2 %u'", - // "pdf" : "xterm -e 'wget %u --directory-prefix=~/mypdfs'" + // Note that the extension handler does not always work (e.g. on + // torrenthound). As a workaround transmission can be configured to watch + // for the download path. + "torrent" : "trc -a '%u'" + + // "pdf" : "xterm -e 'wget %u --directory-prefix=~/mypdfs'" }, // Handle requests based on URI scheme diff --git a/.config/transmission-daemon/settings.json b/.config/transmission-daemon/settings.json index 46eed40f..97585f9a 100644 --- a/.config/transmission-daemon/settings.json +++ b/.config/transmission-daemon/settings.json @@ -59,8 +59,10 @@ "speed-limit-up": 100, "speed-limit-up-enabled": false, "start-added-torrents": true, - "trash-original-torrent-files": false, + "trash-original-torrent-files": true, "umask": 18, "upload-slots-per-torrent": 14, - "utp-enabled": true + "utp-enabled": true, + "watch-dir": "/home/peter/temp", + "watch-dir-enabled": true } diff --git a/.scripts/rsync-preview b/.scripts/rsync-preview old mode 100644 new mode 100755