1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- URxvt.url-select.launcher: /usr/bin/firefox-beta-bin
- URxvt.matcher.button: 1
- URxvt.url-select.underline: true
- URxvt.keysym.M-u: perl:url-select:select_next
- URxvt.keysym.M-Escape: perl:keyboard-select:activate
- URxvt.keysym.M-s: perl:keyboard-select:search
- URxvt.inputMethod: ibus
- URxvt.preeditType: OverTheSpot
- !!URxvt Settings
- URxvt*dynamicColors: on
- URxvt*scrollBar: false
- URxvt*cursorUnderline: false
- !!URxvt Fonts
- URxvt*font: xft:Tewi-Normal 10:pixelsize=11
- URxvt*boldFont: xft:Tewi-Normal 10:pixelsize=11
- !!URxvt Font Settings
- Xft.autohint: 1
- Xft.dpi: 96
- Xft.lcdfilter: lcddefault
- Xft.hintstyle: slight
- Xft.hinting: 1
- Xft.antialias: 1
- Xft.rgba: rgb
- ! special
- *.foreground: #D2C5BC
- *.background: #2d2c28
- *.cursorColor: #D2C5BC
- ! black
- *.color0: #5b5955
- *.color8: #707277
- ! red
- *.color1: #c4756e
- *.color9: #f6a299
- ! green
- *.color2: #559a6a
- *.color10: #82c896
- ! yellow
- *.color3: #9b8a4b
- *.color11: #cab775
- ! blue
- *.color4: #6a8dca
- *.color12: #98bbfb
- ! magenta
- *.color5: #b577ac
- *.color13: #e5a4db
- ! cyan
- *.color6: #019baa
- *.color14: #53cad9
- ! white
- *.color7: #dbdde2
- *.color15: #f7f9ff
- URxvt.perl-ext-common: ...,autocomplete-ALL-the-things
- URxvt.keysym.M-C-slash: perl:aAtt:word-complete
- URxvt.keysym.M-question: perl:aAtt:fuzzy-complete
- URxvt.keysym.M-quotedbl: perl:aAtt:undo
|