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

This commit is contained in:
2021-11-15 22:17:59 +01:00
parent 4445d3f4ea
commit a2f2be77cf

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: Adding to your crontab at whatever interval you wish:
```sh ```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. will update the adblock lists without starting a qutebrowser window.