aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/wrappers/google-chrome
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/wrappers/google-chrome')
-rwxr-xr-x.local/bin/wrappers/google-chrome13
1 files changed, 13 insertions, 0 deletions
diff --git a/.local/bin/wrappers/google-chrome b/.local/bin/wrappers/google-chrome
new file mode 100755
index 0000000..b9c406f
--- /dev/null
+++ b/.local/bin/wrappers/google-chrome
@@ -0,0 +1,13 @@
+#!/bin/sh -eu
+
+$(which google-chrome-stable --all | grep --invert-match "local/bin" | head -n 1) \
+ --disable-smooth-scrolling \
+ --disable-sync-preferences \
+ --process-per-site \
+ "$@";
+
+# --incognito
+# --disable-gpu-compositing
+# --disk-cache-dir=/dev/null
+# --enable-native-gpu-memory-buffers
+# --proxy-server="socks5://localhost:2871"