This commit is contained in:
2025-10-24 20:53:57 +00:00
parent 38d44f03d3
commit 0a4c5c39f9
3 changed files with 12 additions and 3 deletions

View File

@@ -62,4 +62,10 @@ c.url.default_page = 'file:///home/'+env['USER']+'/.local/share/qutebrowser/star
c.url.start_pages = ['file:///home/'+env['USER']+'/.local/share/qutebrowser/start.html']
########################################
# downloads
c.downloads.location.directory = "~/tmp/"
c.downloads.location.prompt = False
c.downloads.remove_finished = 10000
########################################
#print(f"Execution time {time.time() - start_ts}")