fix qutebrowser closing window if running an downloading new adblock lists in background

This commit is contained in:
Alexander Bocken 2021-11-15 22:17:59 +01:00
parent 4445d3f4ea
commit a2f2be77cf
Signed by: Alexander
GPG Key ID: 1D237BE83F9B05E8

View File

@ -16,7 +16,7 @@ Do not forget to install `python-adblock` if you want brave-like adblocking. To
Adding to your crontab at whatever interval you wish:
```sh
qutebrowser --nowindow ':adblock-update;;later 10000 download-clear;;later 10500 close'
qutebrowser --nowindow ':adblock-update;;later 10000 download-clear'
```
will update the adblock lists without starting a qutebrowser window.