From db22ae4d2ae60295b607ef3a4a869f1aaf66c6fe Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Tue, 1 Jun 2021 15:33:01 +0200 Subject: Added qutebrowser tor toggle --- config/qutebrowser/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/qutebrowser') 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('', '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' -- cgit