Make downloads from qb more seamless

This commit is contained in:
Emmet
2025-03-02 12:16:27 -06:00
parent a298b75c7a
commit 48263bc769

View File

@@ -256,6 +256,9 @@ c.url.searchengines = {'DEFAULT': 'https://search.brave.com/search?q={}&source=w
config.set('completion.open_categories',["searchengines","quickmarks","bookmarks"]) config.set('completion.open_categories',["searchengines","quickmarks","bookmarks"])
config.set('downloads.location.directory', '~/Downloads') config.set('downloads.location.directory', '~/Downloads')
config.set('downloads.location.prompt', False)
config.set('downloads.position', 'bottom')
config.set('downloads.remove_finished', 5000)
config.set('fileselect.handler', 'external') config.set('fileselect.handler', 'external')
config.set('fileselect.single_file.command', ['kitty','-e','ranger','--choosefile={}']) config.set('fileselect.single_file.command', ['kitty','-e','ranger','--choosefile={}'])