! {{{1 Font
URxvt.font: xft:Hack:size=10
URxvt.skipBuiltinGlyphs: true
+
Xft.antialias: true
+Xft.autohint: 0
+Xft.hinting: true
+Xft.hintstyle: hintfull
+Xft.lcdfilter: lcddefault
+Xft.rgba: rgb
! {{{1 Scrolling
URxvt*.scrollBar: false
#!/bin/sh
logfile=$XDG_DATA_HOME/xorg/xinit.log
-userresources=$HOME/.Xresources
+userresources=$XDG_CONFIG_HOME/xinit/Xresources
+userresources_d=$XDG_CONFIG_HOME/xinit/Xresources.d
usermodmap=$HOME/.Xmodmap
userprofile=$XDG_CONFIG_HOME/xinit/xprofile
sysresources=/etc/X11/xinit/.Xresources
xrdb -merge "$userresources"
fi
+if [ -f $userresources_d/$(hostname) ]; then
+ xrdb -merge $userresources_d/$(hostname)
+fi
+
if [ -f "$usermodmap" ]; then
xmodmap "$usermodmap"
fi