! ~/.Xresources ! urxvt configuration ! Font (TTY-style) URxvt.font: xft:Terminus:size=10 URxvt.boldFont: xft:Terminus:bold:size=10 ! Window size URxvt.fullscreen: false URxvt.geometry: 400x400 ! Scrollback URxvt.scrollBar: false URxvt.scrollTtyOutput: false URxvt.scrollWithBuffer: true URxvt.scrollTtyKeypress: true URxvt.saveLines: 5000 ! Appearance URxvt.depth: 32 URxvt.background: #000000 URxvt.foreground: #d0d0d0 ! Cursor URxvt.cursorBlink: true URxvt.cursorColor: #ffffff URxvt.cursorColor2: #000000 ! Bell URxvt.visualBell: false URxvt.urgentOnBell: false ! Linux console-style palette URxvt.color0: #000000 URxvt.color1: #aa0000 URxvt.color2: #00aa00 URxvt.color3: #aa5500 URxvt.color4: #0000aa URxvt.color5: #aa00aa URxvt.color6: #00aaaa URxvt.color7: #aaaaaa URxvt.color8: #555555 URxvt.color9: #ff5555 URxvt.color10: #55ff55 URxvt.color11: #ffff55 URxvt.color12: #5555ff URxvt.color13: #ff55ff URxvt.color14: #55ffff URxvt.color15: #ffffff ! URL clicking URxvt.perl-ext-common: default,matcher URxvt.url-launcher: waterfox URxvt.matcher.button: 1 URxvt.matcher.rend.0: Uline Bold fg5 ! Misc URxvt.iso14755: false URxvt.iso14755_52: false URxvt.loginShell: true URxvt.termName: rxvt-unicode-256color