Update torrenting setup
This commit is contained in:
parent
0e73c94c0d
commit
16b776d6ec
2
.config/stig/rc
Normal file
2
.config/stig/rc
Normal file
@ -0,0 +1,2 @@
|
||||
# Host that runs Transmission daemon
|
||||
set connect.host 192.168.1.200
|
@ -2,7 +2,4 @@
|
||||
|
||||
# Add torrent to downloading queue.
|
||||
|
||||
pidof transmission-daemon >/dev/null || \
|
||||
(transmission-daemon && notify-send "Starting transmission daemon...")
|
||||
|
||||
transmission-remote -a "$@" && notify-send " Torrent added."
|
||||
transmission-remote 192.168.1.200 -a "$@" && notify-send " Torrent added."
|
||||
|
Loading…
x
Reference in New Issue
Block a user