#! /bin/sh
DPI=$(xrdb -query | sed -n '/^Xft\.dpi:/ {s/.*:[ \t]*//p;q}')
[ -z "$DPI" ] && DPI=96
exec ftview -r $DPI 16 "$@"
