2021-02-15 20:53:16 -05:00
|
|
|
Xft.autohint: 0
|
|
|
|
Xft.lcdfilter: lcddefault
|
|
|
|
Xft.hintstyle: hintfull
|
|
|
|
Xft.hinting: 1
|
|
|
|
Xft.antialias: 1
|
|
|
|
Xft.rgba: rgb
|
|
|
|
Xft.dpi: 96
|
|
|
|
|
|
|
|
*color0: #000000
|
|
|
|
*color8: #666666
|
|
|
|
|
|
|
|
*color1: #dd2020
|
|
|
|
*color9: #ff4040
|
|
|
|
|
|
|
|
*color2: #20cc20
|
|
|
|
*color10: #30ff30
|
|
|
|
|
|
|
|
*color3: #cccc20
|
|
|
|
*color11: #ffff30
|
|
|
|
|
|
|
|
*color4: #0070ff
|
|
|
|
*color12: #00a0ff
|
|
|
|
|
|
|
|
*color5: #cc20cc
|
|
|
|
*color13: #ff60ff
|
|
|
|
|
|
|
|
*color6: #20cccc
|
|
|
|
*color14: #30ffff
|
|
|
|
|
|
|
|
*color7: #aaaaaa
|
|
|
|
*color15: #ffffff
|
|
|
|
|
|
|
|
*.cursorBlink: False
|
|
|
|
*.cursorColor: #30ff30
|
|
|
|
|
|
|
|
*.colorUL: 11
|
|
|
|
|
|
|
|
URxvt.depth: 32
|
|
|
|
URxvt.background: [85]#000000
|
|
|
|
URxvt.foreground: 15
|
|
|
|
URxvt.font: xft:DejaVu Sans Mono:size=11:autohint=false
|
|
|
|
URxvt.boldfont: xft:DejaVu Sans Mono Bold:size=11:autohint=false
|
|
|
|
URxvt.fontItalic: xft:DejaVu Sans Mono Oblique:size=11:autohint=false
|
|
|
|
URxvt.fontBoldItalic: xft:DejaVu Sans Mono Bold Oblique:size=11:autohint=false
|
|
|
|
|
|
|
|
URxvt.imLocale: en_US.UTF-8
|
|
|
|
|
|
|
|
URxvt.iso14755: False
|
|
|
|
URxvt.iso14755_52: False
|
|
|
|
|
|
|
|
URxvt.saveLines: 8192
|
|
|
|
|
|
|
|
URxvt.fading: 50
|
|
|
|
URxvt.fadeColor: Grey25
|
|
|
|
|
|
|
|
URxvt.meta8: False
|
|
|
|
|
|
|
|
URxvt.scrollBar: False
|
|
|
|
|
2021-06-17 01:17:06 -04:00
|
|
|
URxvt.perl-ext-common: default,matcher,keyboard-select,selection-to-clipboard
|
2021-02-15 20:53:16 -05:00
|
|
|
|
2021-03-15 22:57:28 -04:00
|
|
|
URxvt.url-launcher: /usr/bin/xdg-open
|
2021-02-15 20:53:16 -05:00
|
|
|
URxvt.matcher.button: 1
|
|
|
|
|
|
|
|
URxvt.keysym.M-Escape: perl:keyboard-select:activate
|
|
|
|
URxvt.keyboard-select.clipboard: True;
|
|
|
|
|
|
|
|
URxvt.keysym.Control-C: perl:clipboard:copy
|
|
|
|
URxvt.keysym.Control-V: perl:clipboard:paste
|
|
|
|
URxvt.keysym.Control-B: perl:clipboard:paste_escaped
|
|
|
|
|
2021-06-29 13:23:25 -04:00
|
|
|
! because C-Tab does not actually exist in terminals, bind them to something
|
|
|
|
! random that I can use in tmux (in this case M-F11 and M-F12)
|
|
|
|
URxvt.keysym.C-Tab: \033\033[24~
|
|
|
|
URxvt.keysym.C-ISO_Left_Tab: \033\033[23~
|