• # Au départ était Konsole, puis urxvt

    Posté par . En réponse au sondage Quel terminal utilisez-vous ?. Évalué à 2. Dernière modification le 24 avril 2015 à 15:09.

    N’ayant jamais pu pifrer GNOME, j’ai toujours utilisé Konsole car simple à configurer et avec le comportement (des détails...) que je voulais sans me casser la tête.

    Mais bon. C’est un peu lourdingue et récemment je ne pouvais plus quitter telnet (ctrl+alt+], en bépo) car un raccourci capturait cette entrée.

    Du coup, pif paf pouf, un peu de .Xdefaults et urxvt rulez. J’ai le copy/paste, les liens clickables, les onglets bah c’est i3wm et/ou tmux qui me gère ça et point final.

    Et je ne risque plus de changer maintenant.

    /me est confortablement installé dans son petit cocon de shell.

    PS: le .Xdefaults

     !urxvt color scheme:
     URxvt*background: #2B2B2B
     URxvt*foreground: #DEDEDE
     URxvt*colorUL: #86a2b0
     ! black
     URxvt*color0 : #2E3436
     URxvt*color8 : #555753
     ! red
     URxvt*color1 : #CC0000
     URxvt*color9 : #EF2929
     ! green
     URxvt*color2 : #4E9A06
     URxvt*color10 : #8AE234
     ! yellow
     URxvt*color3 : #C4A000
     URxvt*color11 : #FCE94F
     ! blue
     URxvt*color4 : #3465A4
     URxvt*color12 : #729FCF
     ! magenta
     URxvt*color5 : #75507B
     URxvt*color13 : #AD7FA8
     ! cyan
     URxvt*color6 : #06989A
     URxvt*color14 : #34E2E2
     ! white
     URxvt*color7 : #D3D7CF
     URxvt*color15 : #EEEEEC
     !urxvt fonts: 
     URxvt*font: xft:DejaVu Sans Mono:pixelsize=15
     URxvt*boldFont: xft:DejaVu Sans Mono:pixelsize=15
     !urxvt extensions:
     URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select,matcher
     !enabling clickable links:
     URxvt.url-select.launcher: /usr/bin/firefox
     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 scrolling options and cursor style:
     URxvt*saveLines: 12000
     URxvt*scrollstyle:plain
     URxvt*scrollBar: false
     URxvt*cursorBlink: false
     URxvt*cursorUnderline: false
     ! urxvt tabs settings:
     URxvt.tabbed.tabbar-fg: 2
     URxvt.tabbed.tabbar-bg: 0
     URxvt.tabbed.tab-fg: 2
     URxvt.tabbed.tab-bg: 8
     URxvt.tabbed.autohide: yes
     URxvt.tabbed.new-button: no
     URxvt.tabbed.title: yes
     URxvt.keysym.Home: 033円[1~
     URxvt.keysym.End: 033円[4~
     URxvt.termName: xterm