mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-20 17:15:41 +02:00
xsettingsd: move configuration file in runtime directory
This is a generated file.
This commit is contained in:
parent
743109b149
commit
e7e0714b92
2 changed files with 2 additions and 2 deletions
|
@ -63,4 +63,4 @@ xrandr --dpi $dpi
|
|||
echo Xft/RGBA \"$( [ $dpi -gt 144 ] && echo none || echo rgb )\"
|
||||
echo Gdk/WindowScalingFactor $(( $dpi/96 ))
|
||||
echo Gdk/UnscaledDPI $(( $dpi*1024/($dpi/96) ))
|
||||
} > ~/.xsettingsd
|
||||
} > $XDG_RUNTIME_DIR/i3/xsettingsd.conf
|
||||
|
|
|
@ -5,7 +5,7 @@ PartOf=graphical-session.target
|
|||
[Service]
|
||||
Restart=on-failure
|
||||
ExecStartPre=%h/.config/i3/bin/xsettingsd-setup
|
||||
ExecStart=/usr/bin/xsettingsd -c %h/.xsettingsd
|
||||
ExecStart=/usr/bin/xsettingsd -c %t/i3/xsettingsd.conf
|
||||
ExecReload=%h/.config/i3/bin/xsettingsd-setup
|
||||
ExecReload=/usr/bin/kill -HUP $MAINPID
|
||||
# Restart i3 (it uses Xft.dpi)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue