Remove ESRF proxy from Qutebrowser

This commit is contained in:
Thomas Dehaeze 2019-02-09 19:28:23 +01:00
parent f9f2af1a3e
commit 0188752900
3 changed files with 161 additions and 161 deletions

View File

@ -848,8 +848,8 @@ SPACE cycle pause # toggle pause/playback mode
# =============================================================
l seek 5
h seek -5
k seek 60
j seek -60
# k seek 60
# j seek -60
L playlist-next # skip to next file
H playlist-prev # skip to previous file

View File

@ -55,7 +55,6 @@ c.confirm_quit = ['downloads']
# Valid values:
# - system: Use the system wide proxy.
# - none: Don't use any proxy
# c.content.proxy = 'http://proxy.esrf.fr:3128'
c.content.proxy = 'system'
#+END_SRC

View File

@ -599,6 +599,7 @@ yay -S mpv
*** Key Bindings
The configuration is set in =/.config/mpv/input.conf=.
*** TODO CheatSheet
| Command | Usage |
|---------+-------|