mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-27 03:58:51 +02:00
xsettingsd: fix creation of ~/.xsettingsd
This commit is contained in:
parent
cbafa1bfd5
commit
fa58f9f7eb
2 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ xrandr --dpi $dpi
|
||||||
|
|
||||||
# Build xsettingsd
|
# Build xsettingsd
|
||||||
{
|
{
|
||||||
cat ~/.config/i3/xsettingsd
|
cat ~/.config/i3/dotfiles/xsettingsd
|
||||||
echo Xft/DPI $(( $dpi*1024 ))
|
echo Xft/DPI $(( $dpi*1024 ))
|
||||||
echo Xft/RGBA \"$( [ $dpi -gt 144 ] && echo none || echo rgb )\"
|
echo Xft/RGBA \"$( [ $dpi -gt 144 ] && echo none || echo rgb )\"
|
||||||
echo Gdk/WindowScalingFactor $(( $dpi/96 ))
|
echo Gdk/WindowScalingFactor $(( $dpi/96 ))
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Before modifying, also check rc/appearance.lua
|
# Used by xsettingsd-setup
|
||||||
Xft/Antialias 1
|
Xft/Antialias 1
|
||||||
Xft/Hinting 1
|
Xft/Hinting 1
|
||||||
Xft/HintStyle "hintslight"
|
Xft/HintStyle "hintslight"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue