23 lines
517 B
Text
23 lines
517 B
Text
!Font
|
|
URxvt.font: xft:myfont:size=myfontsize,style=medium
|
|
URxvt.boldFont: xft:myfont:size=myfontsize,style=bold
|
|
URxvt.italicFont: xft:myfont:size=myfontsize,style=italic
|
|
URxvt.boldItalicFont: xft:myfont:size=myfontsize,style=bold,italic
|
|
|
|
!UI
|
|
URxvt.scrollBar: false
|
|
URxvt.borderless: true
|
|
URxvt.saveLines: 20000
|
|
URxvt.dynamicColors: true
|
|
URxvt.fading: 25
|
|
|
|
!Sane utility defaults
|
|
URxvt.loginShell: true
|
|
URxvt.scrollTtyKeypress: true
|
|
URxvt.scrollTtyOutput: false
|
|
URxvt.scrollWithBuffer: false
|
|
URxvt.skipScroll: true
|
|
|
|
|
|
|
|
|