Advertisement
Guest User

Untitled

a guest
Aug 25th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. ! Urxvt Settings
  2.  
  3. ! Pas de barre de défilement
  4. URxvt*scrollBar: False
  5.  
  6. ! Couleur d'arrière plan noir
  7. URxvt*background: #111111
  8. URxvt*transparent: true
  9. URxvt*shading: 30
  10.  
  11. ! Couleur d'avant plan blanc
  12. URxvt*foreground: white
  13.  
  14. ! Dimension du terminal
  15. URxvt*geometry: 120x40
  16.  
  17. ! Lien cliquable
  18. ! Valeur possible pour l'option matcher button: 1=clic gauche, 2= clic milieu, 3=clic droit
  19. ! URxvt.perl-ext-common: default,matcher
  20. ! URxvt.urlLauncher: firefox
  21. ! URxvt.matcher.button: 3
  22.  
  23. ! Prise en charge des onglets
  24. ! shift+bas ou clic sur NEW= ouvrir nouvel onglet,
  25. ! shift + fleche gauche/droite=navigation dans les onglets.
  26. ! ctrl + fleche gauche/droite= deplacement onglet
  27. ! ctrl+d ou taper exit = fermer onglet/terminal
  28. ! URxvt.perl-ext-common: default,tabbed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement