mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-07 16:54:21 +02:00
xsettingsd: fix selected dpi
This commit is contained in:
parent
9eab93570d
commit
0d3dca998b
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ for info in $(xrandr --current \
|
|||
done
|
||||
|
||||
# Use first screen DPI
|
||||
dpi=${dpis## *}
|
||||
dpi=${dpis%% *}
|
||||
dpi=${dpi:-96}
|
||||
|
||||
echo "using ${dpi}dpi" >&2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue