1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

Changes :)

This commit is contained in:
2019-12-14 22:22:38 +00:00
parent 5759872bbd
commit 7edc0c5789
13 changed files with 87 additions and 46 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh
set -e
set -ex
# Based on https://github.com/vincentbernat/awesome-configuration/blob/master/bin/xsettingsd-setup
@ -15,6 +15,8 @@ mkdir -p "$CONF_DIR"
# Build xsettingsd.local
{
# echo Gdk/WindowScalingFactor $(echo "$dpi/96" | bc -l | xargs printf '%.f')
# echo Gdk/UnscaledDPI $(echo "($dpi*1024)/($dpi/96)" | bc -l | xargs printf '%.f')
cat $CONF_DIR/xsettingsd.conf 2>/dev/null || true
echo Xft/DPI $(( $dpi*1024 ))
echo Gdk/WindowScalingFactor $(( $dpi/96 ))