Skip to content

Commit

Permalink
added Xdefaults
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Kober committed Jan 26, 2012
1 parent 42d47af commit 132d168
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions README
Expand Up @@ -4,3 +4,4 @@ Installation
ln -s ~/.config/tmux.conf ~/.tmux.conf
ln -s ~/.config/bashrc ~/.bashrc
ln -s ~/.config/bash_profile ~/.bash_profile
ln -s ~/.config/Xdefaults ~/.Xdefaults
19 changes: 19 additions & 0 deletions Xdefaults
@@ -0,0 +1,19 @@
URxvt.savelines: 1000
URxvt.foreground: white
URxvt.background: black
#URxvt.foreground: black
#URxvt.background: white
URxvt.scrollBar: false
URxvt.perl-ext-common: default,matcher
URxvt.urlLauncher: ~/bin/urxvt-to-uzbl.sh
URxvt.colorUL: #86a2be
URxvt.scrollTtyOutput: false
URxvt.scrollTtyKeypress: true
URxvt.secondaryScroll: true
URxvt.keysym.M-C-1: command:\033]710;6x13\007\033]711;6x13bold\007
URxvt.keysym.M-C-2: command:\033]710;9x15\007\033]711;9x15bold\007
URxvt.keysym.M-C-3: command:\033]710;10x20\007\033]711;10x20bold\007
URxvt.keysym.M-C-4: command:\033]710;12x24\007\033]711;12x24bold\007
Xft*dpi: 96
Xft*antialias: true
Xft*hinting: hintslight

0 comments on commit 132d168

Please sign in to comment.