blob: eb1b027a5aba706a038db9f5871698c79f41598b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
# The list of external browsers assigned to w3m are as follows:
#
#extbrowser /home/opensuse/vgg/anaconda3/bin/qutebrowser
#extbrowser2 bash -c 'transmission-remote -a "$0" && notify-send -t 3000 -i emblem-downloads "Adding Torrent" "$0" '
#extbrowser3 bash -c 'echo -n "$0" | xclip -selection clipboard && notify-send -t 3000 -i edit-copy "W3M URL Yank To Clipboard" "$0"'
#extbrowser4 bash -c 'TS_SOCKET=/tmp/ytdl ts /home/opensuse/vgg/anaconda3/bin/youtube-dl "$0" && notify-send -t 3000 -i package-x-generic "youtube-dl: Downloading" "$0" '
#extbrowser5 bash -c 'TS_SOCKET=/tmp/w3m ts /usr/bin/aria2c -j 1 -c -d $HOME/Downloads "$0" && notify-send -t 3000 -i package-x-generic "Aria2c: Downloading" "$0" '
#extbrowser6 bash -c 'TS_SOCKET=/tmp/mpv ts /usr/bin/mpv --ontop --force-window --autofit=500x200 --geometry=-15-50 "$0" && notify-send -t 3000 -i video-x-generic "MPV Queue" "$0"'
#extbrowser7 /usr/bin/firefox
#
# To browse current document using external browsers, use the following Key bindings:
# For external browser (i.e. qutebrowser see above list)
M
# to send torrent link to transmission-remote
2M
# to copy hyperlink to clipboard
3M
# to download link via youtube-dl
4M
# to download link via aria
5M
# to send link to mpv
6M
# or via firefox
7M
To browse the link using external browsers, prefix the above key bindings with the ESC key.
|