Sat, 07 Jun 2014 03:56:39 -0400
Set up urxvt prefs, make default for i3
.Xdefaults | file | annotate | diff | comparison | revisions | |
.i3/config | file | annotate | diff | comparison | revisions |
new file mode 100644 --- /dev/null +++ b/.Xdefaults @@ -0,0 +1,17 @@ + +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 +