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
|
||||
/screenshots
|
||||
/xsettingsd.local
|
||||
|
|
|
@ -31,7 +31,7 @@ dpi=${dpi:-96}
|
|||
echo "using ${dpi}dpi" >&2
|
||||
xrandr --dpi $dpi
|
||||
|
||||
# Build xsettingsd.local
|
||||
# Build xsettingsd
|
||||
{
|
||||
cat ~/.config/awesome/xsettingsd
|
||||
echo Xft/DPI $(( $dpi*1024 ))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue