diff options
Diffstat (limited to 'config/qutebrowser/config.py')
| -rw-r--r-- | config/qutebrowser/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/qutebrowser/config.py b/config/qutebrowser/config.py index 8f1784b..3f266bc 100644 --- a/config/qutebrowser/config.py +++ b/config/qutebrowser/config.py @@ -75,7 +75,7 @@ config.bind('k', 'scroll-page 0 -0.05', 'normal') c.colors.webpage.darkmode.enabled = True # Convert light themed sites to dark theme -# c.content.proxy = 'socks://localhost:9050/' # tor +config.bind('<Ctrl-Shift-t>', 'config-cycle -p content.proxy socks://localhost:9050/ system', mode='normal') c.content.autoplay = False c.content.notifications.enabled = False # c.content.cookies.accept = 'no-3rdparty' |
