.Xdefaults

Sat, 14 Jun 2014 23:28:13 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Sat, 14 Jun 2014 23:28:13 -0400
changeset 57
8af5835e43e1
parent 56
e341df2dafda
child 68
2f406124848e
permissions
-rw-r--r--

Avoid warning when no .Xdefaults.local exists


URxvt.foreground: white
URxvt.background: #070707
URxvt.font: xft:monospace-10

URxvt.scrollstyle: plain
URxvt.scrollBar_right: true
URxvt.scrollBar_floating: true

URxvt.visualBell: true
URxvt.urgentOnBell: true

URxvt.saveLines: 1000

URxvt.iso14755: false
URxvt.iso14755_52: false

#ifdef USE_LOCAL
#include ".Xdefaults.local"
#endif

mercurial