diff --git a/.Xdefaults b/.Xdefaults 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 +