Merge with rack configuration
This commit is contained in:
parent
81471913ae
commit
c73944fa19
5 changed files with 46 additions and 549 deletions
14
.Xdefaults
14
.Xdefaults
|
|
@ -1,3 +1,13 @@
|
|||
/* xterm */
|
||||
#xterm*font: 7x13
|
||||
xterm*geometry: 102x30
|
||||
xterm*font: xft:DejaVu Sans Mono:pixelsize=11
|
||||
xterm*background: black
|
||||
xterm*foreground: white
|
||||
xterm*saveLines: 1024
|
||||
xterm*scrollBar: false
|
||||
|
||||
/* urxvt */
|
||||
URxvt.geometry: 102x30
|
||||
URxvt.background: #000000
|
||||
URxvt.foreground: #ffffff
|
||||
|
|
@ -20,5 +30,5 @@ URxvt.urlLauncher: firefox
|
|||
URxvt.matcher.button: 2
|
||||
URxvt.matcher.pattern.1: \\bwww\\.[\\w-]\\.[\\w./?&@#-]*[\\w/-]
|
||||
|
||||
URxvt.visualBell: false
|
||||
URxvt.urgentOnBell: true
|
||||
URxvt.visualBell: false
|
||||
URxvt.urgentOnBell: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue