From a2f2be77cfdf4b30ff351993609389fecff71baa Mon Sep 17 00:00:00 2001 From: Alexander Bocken Date: Mon, 15 Nov 2021 22:17:59 +0100 Subject: [PATCH] fix qutebrowser closing window if running an downloading new adblock lists in background --- docs/qutebrowser.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/qutebrowser.md b/docs/qutebrowser.md index 9c9359f..a676465 100644 --- a/docs/qutebrowser.md +++ b/docs/qutebrowser.md @@ -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.