Posts tagged ‘urxvt’

my apps[2]: urxvt

urxvt

Proseguiamo la serie “My Apps” con questo emulatore di terminale.

urxvt

Ecco perchè mi trovo bene:

  • leggero: occupa poca memoria, si avvia istantaneamente
  • performante: renderizza l’output molto velocemente, anche nello scrolling
  • customizzabile: basta editare il file ~/.Xdefaults per impostare l’aspetto e il comportamento del terminale.
  • Per finire ecco il mio config (ereditato inizialmente da molok, poi non ricordo di preciso cosa ho cambiato):

    urxvt*geometry:			120x36
    urxvt*showMenu:                 false
    urxvt*veryBoldFont:             false
    urxvt*visualBell:               false
    urxvt*pointerColor:             red
    urxvt*hideButtons:              true
    urxvt*scrollBar:                false
    urxvt*font:			xft:Terminus:size=8:antialias=false
    urxvt*foreground:		white
    urxvt*depth:			32
    urxvt*termName:			rxvt-unicode
    urxvt*jumpScroll:		true
    urxvt*background:		rgb:0000/0000/0000
    urxvt*saveLines:		10000
    urxvt*secondaryScroll:		true
    urxvt*scrollTtyOutput:		false
    urxvt*scrollTtyKeypress:	true
    urxvt*internalBorder:		0
    urxvt*externalBorder:		0
    
    Xft.dpi: 96
    Xft.hinting: 1
    Xft.hintstyle: hintfull
    Xft.antialias: 1
    Xft.rgba: rgb
    
    URxvt.perl-ext-common:		default,matcher
    URxvt.urlLauncher:		swiftfox
    URxvt.matcher.button:		1
    URxvt.matcher.pattern.1:	\\bwww\\.[\\w-]\\.[\\w./?&@#-]*[\\w/-]
    
    urxvt*foreground:            white
    urxvt*background:            black
    !Black
    urxvt*color0:                #000000
    urxvt*color8:                #646464
    !Red
    urxvt*color1:                #cd0000
    urxvt*color9:                #ee0000
    !Green
    urxvt*color2:                #458b00
    urxvt*color10:                #66cd00
    !Yellow
    urxvt*color3:                #eec900
    urxvt*color11:                #ffd700
    !Blue
    urxvt*color4:                #4169e1
    urxvt*color12:                #6495ed
    !Magenta
    urxvt*color5:                #8b1c62
    urxvt*color13:                #cd2990
    !Cyan
    urxvt*color6:                #00a6ac
    urxvt*color14:                #00c5cd
    !White
    urxvt*color7:                #c8c8c8
    urxvt*color15:                #ffffff