]> Freerunner's - dotfiles.git/commitdiff
qutebrowser: update config
authorAndre Ramnitz <tux.rising@gmail.com>
Tue, 19 Dec 2023 20:57:55 +0000 (21:57 +0100)
committerAndre Ramnitz <tux.rising@gmail.com>
Sun, 18 Aug 2024 16:18:52 +0000 (18:18 +0200)
config/qutebrowser/config.py

index 1b1e36a772c2887e494ff6f8e05dfa31293a468a..1ed25ef04e83b0776c9b85bc6cc4e4f7564719ea 100644 (file)
@@ -541,6 +541,8 @@ c.fileselect.handler = 'default'
 # Type: Int
 c.hints.min_chars = 2
 
+c.hints.chars = asdfghjklweruioxcvm
+
 # Scatter hint key chains (like Vimium) or not (like dwb). Ignored for
 # number hints.
 # Type: Bool
@@ -549,7 +551,7 @@ c.hints.scatter = True
 # Automatically enter insert mode if an editable element is focused
 # after loading the page.
 # Type: Bool
-c.input.insert_mode.auto_load = True
+c.input.insert_mode.auto_load = False
 
 # Enter insert mode if an editable element is clicked.
 # Type: Bool