From fa58f9f7eb38b3ccdd64ef658188a8d22e8b7851 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 5 Jul 2021 09:46:37 +0200 Subject: [PATCH] xsettingsd: fix creation of ~/.xsettingsd --- bin/xsettingsd-setup | 2 +- dotfiles/xsettingsd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/xsettingsd-setup b/bin/xsettingsd-setup index 5820f9e..024e49b 100755 --- a/bin/xsettingsd-setup +++ b/bin/xsettingsd-setup @@ -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 )) diff --git a/dotfiles/xsettingsd b/dotfiles/xsettingsd index cf86010..637d1ae 100644 --- a/dotfiles/xsettingsd +++ b/dotfiles/xsettingsd @@ -1,4 +1,4 @@ -# Before modifying, also check rc/appearance.lua +# Used by xsettingsd-setup Xft/Antialias 1 Xft/Hinting 1 Xft/HintStyle "hintslight"