hopefully no cache (chrome cli flags are notoriously unstable)

This commit is contained in:
jrkb 2023-09-28 16:39:51 +02:00
parent ad7a7f7936
commit 50126f7cd4

View file

@ -8,5 +8,5 @@ fly ()
#echo $(fly /usr/bin/chromium --incognito --screen=1 $@) #echo $(fly /usr/bin/chromium --incognito --screen=1 $@)
#/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 $! echo $!