Add easy way to use proxy
This commit is contained in:
@@ -283,8 +283,13 @@ config.bind(',P', 'Password_Add')
|
||||
#+end_src
|
||||
|
||||
#+begin_src python
|
||||
c.aliases['proxy_on'] = 'set content.proxy socks5://localhost:8080'
|
||||
c.aliases['proxy_off'] = 'config-unset content.proxy'
|
||||
c.aliases['proxy_homelab_on'] = 'set content.proxy socks5://localhost:8080'
|
||||
c.aliases['proxy_homelab_off'] = 'config-unset content.proxy'
|
||||
#+end_src
|
||||
|
||||
#+begin_src python
|
||||
c.aliases['proxy_esrf_on'] = 'set content.proxy socks5://localhost:8081'
|
||||
c.aliases['proxy_esrf_off'] = 'config-unset content.proxy'
|
||||
#+end_src
|
||||
|
||||
Use Pass to fill password and username (configuration is done in =~/.config/qutebrowser/password_fill_rc=)
|
||||
|
Reference in New Issue
Block a user