xsettings: format

This commit is contained in:
Vincent Bernat 2021-07-21 09:44:12 +02:00
parent 739885fcd1
commit 16aa98a7fb

View file

@ -21,8 +21,8 @@ dpis=$(xrandr --current \
echo "$output: ${dpi}dpi (corrected to ${corrected}dpi, rounded to ${rounded}dpi)" >&2 echo "$output: ${dpi}dpi (corrected to ${corrected}dpi, rounded to ${rounded}dpi)" >&2
echo "$rounded" echo "$rounded"
done | done \
tr '\n' ' ') | tr '\n' ' ')
# Use first screen DPI # Use first screen DPI
dpi=${dpis%% *} dpi=${dpis%% *}