Created
March 14, 2012 02:40
-
-
Save branquito/2033590 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!------------------------------------------------------------------------------- | |
! | |
! U R X V T - Settings | |
! | |
URxvt*geometry: 139x23 | |
URxvt*foreground: grey80 | |
URxvt*borderLess: true | |
URxvt*depth: 32 | |
URxvt*background: rgba:0000/0000/0000/dddd | |
URxvt*scrollBar_right: true | |
URxvt*scrollBar: false | |
URxvt*font: xft:Droid Sans Mono:size=11 | |
URxvt*cursorBlink: true | |
URxvt*cursorUnderline: true | |
URxvt*scrollColor: #111111 | |
URxvt*perl-ext-common: default,clipboard | |
!------------------------------------------------------------------------------- | |
! | |
! Clickable links | |
! | |
URxvt.perl-ext-common: default,matcher | |
URxvt.urlLauncher: firefox | |
URxvt.matcher.button: 2 | |
URxvt.matcher.pattern.1: \\bwww\\.[\\w-]\\.[\\w./?&@#-]*[\\w/-] | |
! | |
! |
Uzmi reviziju sa vrha, gde sam izbacio komentar iz fajla i premestio ga ovde dole.. da ne bi morao rucno da ga brises!
Znaci onu 4671ef, mada ce ona i sama po defaultu biti odabrana, ali eto cisto da znas.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ovo ubacis u
~/.Xdefaults
fajl, vidi.. verovatno neka od ovih su ti vec podesena pa se preklapaju..Isto tako gde meni stoji Droid Sans Mono ti stavi neki font koji imas na kompu, ili instaliraj Droid Sans Mono ako ti se svidja
Castim te ovom dole sekcijom, to ti je kod za clickable links u terminalu :) Pozz!