From c2fd46462d90aa882d523941cf1a69856a4b88e1 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sun, 7 Mar 2021 14:50:06 +0100 Subject: Change volume shortcuts to -/=, changed the behavior of qutebrowser when there is only one tab left --- config/rtorrent/rtorrent.rc | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 config/rtorrent/rtorrent.rc (limited to 'config/rtorrent') diff --git a/config/rtorrent/rtorrent.rc b/config/rtorrent/rtorrent.rc new file mode 100644 index 0000000..f7c5df9 --- /dev/null +++ b/config/rtorrent/rtorrent.rc @@ -0,0 +1,10 @@ +directory.default.set = ~/data/torrent/dl + +session.path.set = ~/data/torrent/session + +schedule2 = watch_directory,5,5,load.start=~/data/torrent/watch/*.torrent + +dht.mode.set = auto +dht.port.set = 6881 + +# vim:ft=cfg -- cgit