aboutsummaryrefslogtreecommitdiff
path: root/config/qutebrowser
diff options
context:
space:
mode:
Diffstat (limited to 'config/qutebrowser')
-rw-r--r--config/qutebrowser/config.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/qutebrowser/config.py b/config/qutebrowser/config.py
index 3f266bc..1d9af27 100644
--- a/config/qutebrowser/config.py
+++ b/config/qutebrowser/config.py
@@ -73,6 +73,9 @@ config.bind('<F12>', 'devtools', 'normal')
config.bind('j', 'scroll-page 0 0.05', 'normal')
config.bind('k', 'scroll-page 0 -0.05', 'normal')
+config.unbind('d', 'normal')
+config.bind('dd', 'tab-close', 'normal')
+
c.colors.webpage.darkmode.enabled = True # Convert light themed sites to dark theme
config.bind('<Ctrl-Shift-t>', 'config-cycle -p content.proxy socks://localhost:9050/ system', mode='normal')