From 6a3133baeba19c8e04d876e2bacbb42728a58c34 Mon Sep 17 00:00:00 2001 From: Audric Schiltknecht Date: Wed, 23 Jan 2013 21:01:34 +0100 Subject: Add XDefaults file --- Xdefaults | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ install.sh | 2 ++ 2 files changed, 52 insertions(+) create mode 100644 Xdefaults diff --git a/Xdefaults b/Xdefaults new file mode 100644 index 0000000..49a1e27 --- /dev/null +++ b/Xdefaults @@ -0,0 +1,50 @@ +######################## +# +# Urxvt Section +# +################################### +# Taille par défaut +URxvt.geometry: 80x25 + +#Couleur +URxvt.background: dark +URxvt.foreground: white +URxvt.inheritPixmap: true +URxvt.reverseVideo: false +URxvt.tintColor: #ffffff +URxvt.shading: 20 !trans=100, 0=opaque +#URxvt.fading: 10 !term unfocus + +#Police +URxvt.font: xft:Deja Vu Sans Mono:pixelsize=13:antialias=true +URxvt.boldFont: 9x15bold,xft:Bitstream Vera Sans Mono + +# Taille du buffer +URxvt.saveLines: 5500 +URxvt.scrollBar: true +URxvt.scrollBar_floating: true +URxvt.scrollBar_right: true +URxvt.scrollColor: black +URxvt.scrollstyle: plain +URxvt*scrollTtyOutput: false +URxvt*scrollWithBuffer: true +URxvt*scrollTtyKeypress: true + +# Curseur +URxvt.cursorColor: #00ff00 +URxvt.cursorBlink: true +URxvt.colorBD: white + +#Pour ne pas avoir de bordures +URxvt*borderLess: false + +#Transparence (nécessite un compositeur) +urxvt*Transparent: true +urxvt*depth: 32 +urxvt*background: rgba:0000/0000/0000/dddd + +URxvt*termName: rxvt + +#Pour avoir le marquage des urls et les ouvrir avec le browser +URxvt.perl-ext-common: default,matcher,tabbed +URxvt.urlLauncher: seamonkey diff --git a/install.sh b/install.sh index 8ca1e53..f0083c1 100644 --- a/install.sh +++ b/install.sh @@ -11,3 +11,5 @@ ln -s $CURRENT_PATH/bash/.bash_aliases ~/.bash_aliases ln -s $CURRENT_PATH/vim/.vimrc ~/.vimrc ln -s $CURRENT_PATH/vim/.vim ~/.vim + +ln -s $CURRENT_PATH/Xdefaults ~/.Xdefaults -- cgit v1.2.3-70-g09d2