mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +05:30
Make downloads from qb more seamless
This commit is contained in:
parent
a298b75c7a
commit
48263bc769
1 changed files with 3 additions and 0 deletions
|
@ -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={}'])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue