aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/wrappers/chromium
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/wrappers/chromium')
-rwxr-xr-x.local/bin/wrappers/chromium13
1 files changed, 13 insertions, 0 deletions
diff --git a/.local/bin/wrappers/chromium b/.local/bin/wrappers/chromium
new file mode 100755
index 0000000..d0e9a9f
--- /dev/null
+++ b/.local/bin/wrappers/chromium
@@ -0,0 +1,13 @@
+#!/bin/sh -eu
+
+$(which chromium --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"