From f1cf59ce2df9204f818cfd038538a2a31a5c2262 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Mon, 21 Dec 2020 18:52:51 +0530 Subject: Adds qutebrowser config --- config/qutebrowser/userscripts/torrent | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 config/qutebrowser/userscripts/torrent (limited to 'config/qutebrowser/userscripts/torrent') diff --git a/config/qutebrowser/userscripts/torrent b/config/qutebrowser/userscripts/torrent new file mode 100755 index 0000000..84b6555 --- /dev/null +++ b/config/qutebrowser/userscripts/torrent @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +~/scripts/torrent.sh magnet "$QUTE_URL"; -- cgit v1.3.1