diff options
Diffstat (limited to 'browser-work')
-rwxr-xr-x | browser-work | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/browser-work b/browser-work deleted file mode 100755 index 0c0862b..0000000 --- a/browser-work +++ /dev/null @@ -1,11 +0,0 @@ -#!/usr/bin/env zsh - -if [[ $(dpi) -gt 120 ]]; then - SCALE=1.4 -else - SCALE=1.0 -fi - -CHROME=/opt/google/chrome/google-chrome -GDK_DPI_SCALE=$SCALE $CHROME --disk-cache-dir=/tmp/cache --reset-variation-state --disable-sync-preferences --process-per-site --disable-reading-from-canvas --start-maximized $@ - |