Actualizado
This commit is contained in:
parent
e6b3039a03
commit
a6b54b4dfb
1 changed files with 17 additions and 3 deletions
|
@ -50,9 +50,17 @@ xterm*VT100.Translations: #override \
|
|||
|
||||
// Solucionar error de aparicion de prompt en medio de la pantalla
|
||||
URxvt.geometry: 80x240+0+0
|
||||
|
||||
URxvt.font: xft:DejaVuSansMono:size=10
|
||||
; URxvt.scrollstyle: plane
|
||||
|
||||
URxvt.url-launcher: /bin/qutebrowser
|
||||
URxvt.matcher.button: 1
|
||||
|
||||
URxvt.imLocale: es_ES.UTF-8
|
||||
Xft.antialias: true
|
||||
|
||||
URxvt.saveLines: 655350
|
||||
URxvt.scrollstyle: rxvt
|
||||
URxvt.scrollBar: false
|
||||
URxvt.cursorBlink: true
|
||||
|
||||
|
@ -61,5 +69,11 @@ URxvt.cursorBlink: true
|
|||
; URxvt.shading: 30
|
||||
|
||||
// Transparencia real (con composite)
|
||||
urxvt*depth: 32
|
||||
urxvt*background: rgba:0000/0000/0200/c800
|
||||
URxvt*depth: 32
|
||||
URxvt*background: rgba:0000/0000/0200/c800
|
||||
|
||||
// XPDF
|
||||
|
||||
xpdf.initalZoom: width
|
||||
xpdf.reverseVideo: true
|
||||
xpdf.toolTipEnable: false
|
Loading…
Reference in a new issue