Initial commit
This commit is contained in:
commit
c7497d689a
31 changed files with 2149 additions and 0 deletions
24
.Xdefaults
Normal file
24
.Xdefaults
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
URxvt.geometry: 102x30
|
||||
URxvt.background: #000000
|
||||
URxvt.foreground: #ffffff
|
||||
URxvt.reverseVideo: false
|
||||
URxvt.tintColor: #ffffff
|
||||
URxvt.scrollBar: false
|
||||
URxvt.saveLines: 4096
|
||||
URxvt.cursorColor: #00ff00
|
||||
URxvt.cursorBlink: true
|
||||
URxvt.colorBD: white
|
||||
URxvt.depth: 32
|
||||
|
||||
URxvt.font: xft:Deja Vu Sans Mono:pixelsize=11:antialias=true
|
||||
URxvt.boldFont: xft:Deja Vu Sans Mono:pixelsize=11:antialias=true:bold
|
||||
URxvt.italicFont: xft:Deja Vu Sans Mono:pixelsize=11:antialias=true:italic
|
||||
URxvt.boldItalicFont: xft:Deja Vu Sans Mono:pixelsize=11:antialias=true:italic:bold
|
||||
|
||||
URxvt.perl-ext-common: default,matcher
|
||||
URxvt.urlLauncher: firefox
|
||||
URxvt.matcher.button: 2
|
||||
URxvt.matcher.pattern.1: \\bwww\\.[\\w-]\\.[\\w./?&@#-]*[\\w/-]
|
||||
|
||||
URxvt.visualBell: false
|
||||
URxvt.urgentOnBell: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue