diff options
Diffstat (limited to 'browser')
-rwxr-xr-x | browser | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,8 +4,8 @@ dpi=`xdpyinfo | grep -oP 'resolution:\s+\K\S+'` host=$(hostname) if [[ $dpi == 96x96 ]]; then - GDK_DPI_SCALE=1.6 /usr/bin/env firefox + GDK_DPI_SCALE=1.3 /usr/bin/env firefox $@ else - /usr/bin/env firefox + /usr/bin/env firefox $@ fi |