SVN: xinitrc-ng/trunk: Makefile Xresources

baggins baggins at pld-linux.org
Thu Jul 28 14:45:43 CEST 2011


Author: baggins
Date: Thu Jul 28 14:45:43 2011
New Revision: 12293

Added:
   xinitrc-ng/trunk/Xresources
Modified:
   xinitrc-ng/trunk/Makefile
Log:
- add some basic Xft constraints


Modified: xinitrc-ng/trunk/Makefile
==============================================================================
--- xinitrc-ng/trunk/Makefile	(original)
+++ xinitrc-ng/trunk/Makefile	Thu Jul 28 14:45:43 2011
@@ -1,7 +1,7 @@
 # when making release, make sure you do it as RELEASE document describes
 VERSION = 0.9
 PACKAGE = xinitrc-ng
-FILES = Makefile ChangeLog changelog.sh desktop Makefile README README.en Xclients xinitdefs xinitrc Xmodmap
+FILES = Makefile ChangeLog changelog.sh desktop Makefile README README.en Xclients xinitdefs xinitrc Xmodmap Xresources
 prefix = /usr
 datadir = $(prefix)/share
 sysconfigdir = /etc
@@ -13,7 +13,7 @@
 	install -d $(DESTDIR)/$(sysconfigdir)/sysconfig
 	install -d $(datadir)/xsessions
 	install -p -m755 Xclients xinitrc $(DESTDIR)/$(sysconfigdir)/X11/xinit
-	install -p -m644 Xmodmap xinitdefs $(DESTDIR)/$(sysconfigdir)/X11/xinit
+	install -p -m644 Xmodmap Xresources xinitdefs $(DESTDIR)/$(sysconfigdir)/X11/xinit
 	install -p -m644 desktop $(DESTDIR)/$(sysconfigdir)/sysconfig
 
 dist: clean $(PACKAGE)-$(VERSION).tar.gz

Added: xinitrc-ng/trunk/Xresources
==============================================================================
--- (empty file)
+++ xinitrc-ng/trunk/Xresources	Thu Jul 28 14:45:43 2011
@@ -0,0 +1,13 @@
+! This is the global resources file that is loaded when
+! all users log in, as well as for the login screen
+
+! Fix the Xft dpi to 96; this prevents tiny fonts
+! or HUGE fonts depending on the screen size.
+Xft.dpi: 96
+
+! hintstyle: medium means that (for Postscript fonts) we
+! position the stems for maximum constrast and consistency
+! but do not force the stems to integral widths. hintnone,
+! hintslight, and hintfull are the other possibilities.
+Xft.hintstyle: hintmedium
+Xft.hinting: true


More information about the pld-cvs-commit mailing list