diff options
author | ben <benjaminfranzke@googlemail.com> | 2010-02-25 22:20:18 +0100 |
---|---|---|
committer | ben <benjaminfranzke@googlemail.com> | 2010-02-25 22:20:18 +0100 |
commit | cef1e8043dae416cdb55a82f3cf38b42dce446d7 (patch) | |
tree | 2bea21520775c734aeb5721abe69f11d89867348 /.config/xresources/font.xdefaults | |
parent | 1e65b5ba40ad720145fae39daf1db3bb652ed0a9 (diff) | |
download | dotfiles-cef1e8043dae416cdb55a82f3cf38b42dce446d7.tar.gz dotfiles-cef1e8043dae416cdb55a82f3cf38b42dce446d7.tar.bz2 dotfiles-cef1e8043dae416cdb55a82f3cf38b42dce446d7.zip |
split Xdefaults and store in ~/.config
notes:
the splitted configs are merged by xinitrc
when the server starts using
xrdb -merge ..
Diffstat (limited to '.config/xresources/font.xdefaults')
-rw-r--r-- | .config/xresources/font.xdefaults | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/xresources/font.xdefaults b/.config/xresources/font.xdefaults new file mode 100644 index 0000000..617520f --- /dev/null +++ b/.config/xresources/font.xdefaults @@ -0,0 +1,3 @@ +! Xft Settings ! +Xft.dpi: 96.0 +Xft.antialias: true |