summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xqutebrowser/.config/qutebrowser/config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/qutebrowser/.config/qutebrowser/config.py b/qutebrowser/.config/qutebrowser/config.py
index ae07a8f..9afe577 100755
--- a/qutebrowser/.config/qutebrowser/config.py
+++ b/qutebrowser/.config/qutebrowser/config.py
@@ -7,6 +7,7 @@ import everforest.draw
 everforest.draw.color(c)
 
 config.set("colors.webpage.darkmode.enabled", True)
+config.set("input.mode_override", "passthrough", "cad.onshape.com")
 
 # Bindings
 config.bind('J', ':tab-prev')