summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile.am8
-rw-r--r--scripts/Xft.xrdb7
2 files changed, 12 insertions, 3 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index 091094ae..0ad26d55 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 00000000..cd265136
--- /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