diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-07-05 12:41:29 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-07-05 12:41:29 +0300 |
commit | 4ef7bf3303695e308ab31017d7e56486416bcfbb (patch) | |
tree | aa271e2ce6ac194a899619b7eb44d022e93764fa /dotfiles/.config | |
parent | c56d9b728981f89bfe1c49eba33480dc3dcb0f9c (diff) | |
download | swayrice-4ef7bf3303695e308ab31017d7e56486416bcfbb.tar.gz swayrice-4ef7bf3303695e308ab31017d7e56486416bcfbb.zip |
autoremove finished downloads qutebrowser
Diffstat (limited to 'dotfiles/.config')
-rw-r--r-- | dotfiles/.config/qutebrowser/config.py | 5 |
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={}" } |