From 50126f7cd4cc13b16221ed54111a98cab6107a4f Mon Sep 17 00:00:00 2001 From: themancalledjakob Date: Thu, 28 Sep 2023 16:39:51 +0200 Subject: [PATCH] hopefully no cache (chrome cli flags are notoriously unstable) --- browser.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser.sh b/browser.sh index 4897873..2965d6b 100755 --- a/browser.sh +++ b/browser.sh @@ -8,5 +8,5 @@ fly () #echo $(fly /usr/bin/chromium --incognito --screen=1 $@) #/usr/bin/chromium --incognito --screen=1 $@ & -/usr/bin/chromium --screen=1 --enable-logging --password-store=basic --v=1 $@ & +/usr/bin/chromium --screen=1 --disk-cache-dir=/dev/null --disk-cache-size=1 --enable-logging --password-store=basic --v=1 $@ & echo $!