From 4ef7bf3303695e308ab31017d7e56486416bcfbb Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Sun, 5 Jul 2020 12:41:29 +0300 Subject: autoremove finished downloads qutebrowser --- dotfiles/.config/qutebrowser/config.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dotfiles/.config/qutebrowser/config.py') diff --git a/dotfiles/.config/qutebrowser/config.py b/dotfiles/.config/qutebrowser/config.py index c264fba..e950d6a 100644 --- a/dotfiles/.config/qutebrowser/config.py +++ b/dotfiles/.config/qutebrowser/config.py @@ -27,6 +27,11 @@ ultramar = { c.content.notifications = False +## Downloads + +# Automatically remove finished downloads from list +c.downloads.remove_finished = 3000 + ## Default search engine # c.url.searchengines = { "DEFAULT": "https://searx.be/?q={}" } -- cgit v1.2.3