[qutebrowser] Back to the default auto_enter and auto_load of input mode

This is just way too glitchy on some websites
This commit is contained in:
Sebastian Schulze 2023-10-25 13:15:05 +02:00
parent aa50603ae5
commit 57d3cd7725
No known key found for this signature in database
GPG Key ID: F6BA63C6A7D3044E
1 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,8 @@ c.url.searchengines = {
}
c.new_instance_open_target = "tab-bg"
c.input.insert_mode.auto_enter = False
c.input.insert_mode.auto_load = False
c.input.insert_mode.auto_enter = True
c.input.insert_mode.auto_load = True
c.prompt.filebrowser = False
c.completion.height = "40%"
c.downloads.location.directory = '/home/bascht/Downloads/'