xsettingsd: fix creation of ~/.xsettingsd

This commit is contained in:
Vincent Bernat 2021-07-05 09:46:37 +02:00
parent cbafa1bfd5
commit fa58f9f7eb
2 changed files with 2 additions and 2 deletions

View file

@ -34,7 +34,7 @@ xrandr --dpi $dpi
# Build xsettingsd
{
cat ~/.config/i3/xsettingsd
cat ~/.config/i3/dotfiles/xsettingsd
echo Xft/DPI $(( $dpi*1024 ))
echo Xft/RGBA \"$( [ $dpi -gt 144 ] && echo none || echo rgb )\"
echo Gdk/WindowScalingFactor $(( $dpi/96 ))

View file

@ -1,4 +1,4 @@
# Before modifying, also check rc/appearance.lua
# Used by xsettingsd-setup
Xft/Antialias 1
Xft/Hinting 1
Xft/HintStyle "hintslight"