aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.config/qutebrowser/config.py
diff options
context:
space:
mode:
authorYaroslav <contact@yaroslavps.com>2020-07-05 12:41:29 +0300
committerYaroslav <contact@yaroslavps.com>2020-07-05 12:41:29 +0300
commit4ef7bf3303695e308ab31017d7e56486416bcfbb (patch)
treeaa271e2ce6ac194a899619b7eb44d022e93764fa /dotfiles/.config/qutebrowser/config.py
parentc56d9b728981f89bfe1c49eba33480dc3dcb0f9c (diff)
downloadswayrice-4ef7bf3303695e308ab31017d7e56486416bcfbb.tar.gz
swayrice-4ef7bf3303695e308ab31017d7e56486416bcfbb.zip
autoremove finished downloads qutebrowser
Diffstat (limited to 'dotfiles/.config/qutebrowser/config.py')
-rw-r--r--dotfiles/.config/qutebrowser/config.py5
1 files changed, 5 insertions, 0 deletions
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={}" }