diff options
author | Audric Schiltknecht <storm@chemicalstorm.org> | 2013-01-23 21:01:34 +0100 |
---|---|---|
committer | Audric Schiltknecht <storm@chemicalstorm.org> | 2013-01-23 21:25:35 +0100 |
commit | 6a3133baeba19c8e04d876e2bacbb42728a58c34 (patch) | |
tree | b36716d8ee7254366d85cb0f532e9d508bc74111 /Xdefaults | |
parent | b34ae68c966c84eebf48464372d7e7237a89cb8f (diff) | |
download | dotfiles-6a3133baeba19c8e04d876e2bacbb42728a58c34.tar.gz dotfiles-6a3133baeba19c8e04d876e2bacbb42728a58c34.tar.bz2 dotfiles-6a3133baeba19c8e04d876e2bacbb42728a58c34.zip |
Add XDefaults file
Diffstat (limited to 'Xdefaults')
-rw-r--r-- | Xdefaults | 50 |
1 files changed, 50 insertions, 0 deletions
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 |