mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-09 12:44:32 +02:00
xsettings: remove reference to xsettingsd.local
This commit is contained in:
parent
a42edf621a
commit
675ae761df
2 changed files with 1 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,4 +1,3 @@
|
||||||
*~
|
*~
|
||||||
/wallpapers
|
/wallpapers
|
||||||
/screenshots
|
/screenshots
|
||||||
/xsettingsd.local
|
|
||||||
|
|
|
@ -31,7 +31,7 @@ dpi=${dpi:-96}
|
||||||
echo "using ${dpi}dpi" >&2
|
echo "using ${dpi}dpi" >&2
|
||||||
xrandr --dpi $dpi
|
xrandr --dpi $dpi
|
||||||
|
|
||||||
# Build xsettingsd.local
|
# Build xsettingsd
|
||||||
{
|
{
|
||||||
cat ~/.config/awesome/xsettingsd
|
cat ~/.config/awesome/xsettingsd
|
||||||
echo Xft/DPI $(( $dpi*1024 ))
|
echo Xft/DPI $(( $dpi*1024 ))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue