diff options
| -rw-r--r-- | Xresources | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/Xresources b/Xresources new file mode 100644 index 0000000..ae61394 --- /dev/null +++ b/Xresources @@ -0,0 +1,62 @@ +! ~/.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: 100x30 + +! 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 |
