[Xfce4-commits] <xfce4-session:master> Add Xft.xrdb from xfce-utils.
Nick Schermer
noreply at xfce.org
Wed Sep 21 18:34:04 CEST 2011
Updating branch refs/heads/master
to 7bfa434dd7517fd6791f6fa43bd9b46224809162 (commit)
from 47b0ba14d847c6c1e727f0aff479795a2ed110a5 (commit)
commit 7bfa434dd7517fd6791f6fa43bd9b46224809162
Author: Nick Schermer <nick at xfce.org>
Date: Sat Jul 9 16:57:39 2011 +0200
Add Xft.xrdb from xfce-utils.
scripts/Makefile.am | 8 +++++---
scripts/Xft.xrdb | 7 +++++++
2 files changed, 12 insertions(+), 3 deletions(-)
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index 091094a..0ad26d5 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -19,12 +19,14 @@ xinitrc: Makefile $(srcdir)/xinitrc.in
mv xinitrc.tmp xinitrc
conffilesdir=@sysconfdir@/xdg/xfce4
-conffiles_DATA=\
- xinitrc
+conffiles_DATA = \
+ xinitrc \
+ Xft.xrdb
EXTRA_DIST = \
startxfce4.in \
- xinitrc.in
+ xinitrc.in \
+ Xft.xrdb
DISTCLEANFILES = \
startxfce4 \
diff --git a/scripts/Xft.xrdb b/scripts/Xft.xrdb
new file mode 100644
index 0000000..cd26513
--- /dev/null
+++ b/scripts/Xft.xrdb
@@ -0,0 +1,7 @@
+! Those are fallback settings, use the ui plugin to change it
+! or add your overrides to ~/.Xresources
+! Xft.hintstyle: hintnone/hintslight/hintmedium/hintfull
+! Xft hinting: 1/0
+
+Xft.hinting: 1
+Xft.hintstyle: hintmedium
More information about the Xfce4-commits
mailing list