aboutsummaryrefslogtreecommitdiff
path: root/rxvt/.urxvt/urxvt.conf
diff options
context:
space:
mode:
Diffstat (limited to 'rxvt/.urxvt/urxvt.conf')
-rw-r--r--rxvt/.urxvt/urxvt.conf78
1 files changed, 78 insertions, 0 deletions
diff --git a/rxvt/.urxvt/urxvt.conf b/rxvt/.urxvt/urxvt.conf
new file mode 100644
index 0000000..368d784
--- /dev/null
+++ b/rxvt/.urxvt/urxvt.conf
@@ -0,0 +1,78 @@
+! Ce fichier doit être chargé via la directive include dans le fichier .Xdefaults
+
+! Police TTF
+URxvt*font: xft:Bitstream Vera Sans Mono:style=Regular:pixelsize=14:antialias=true
+
+xterm*FaceName: Bitstream Vera Sans Mono
+xterm*FaceSize: 10
+
+! Taille du buffer et barre de défilement
+URxvt*saveLines: 10000
+URxvt*scrollBar: false
+URxvt*visualBell: true
+
+! Curseur et nom du terminal
+URxvt*cursorColor: white
+URxvt.termName:rxvt-256color
+
+URxvt*urgentOnBell: true
+
+! plugin tabbedex for URxvt
+URxvt.perl-ext: tabbedex,selection-to-clipboard
+URxvt.tabbed.tabbar-fg: 7
+URxvt.tabbed.tabbar-bg: 0
+URxvt.tabbed.tab-fg: 0
+URxvt.tabbed.tab-bg: 7
+URxvt.tabbed.title-bg: 0
+URxvt.tabbed.title-fg: 7
+URxvt.tabbed.title: false
+URxvt.tabbed.autohide: true
+
+!! Black
+urxvt.color0 : _background
+urxvt.color8 : _color8
+
+!! Red
+urxvt.color1 : _color1
+urxvt.color9 : _color9
+
+!! Green
+urxvt.color2 : _color2
+urxvt.color10 : _color10
+
+!! Blue
+urxvt.color4 : _color4
+urxvt.color12 : _color12
+
+!! Magenta
+urxvt.color5 : _color5
+urxvt.color13 : _color13
+
+!! White
+urxvt.color7 : _color7
+urxvt.color15 : _color15
+
+urxvt.color3 : _color3
+urxvt.color6 : _color6
+urxvt.color11 :_color11
+urxvt.color14 :_color14
+
+urxvt.colorBD : _colorBD
+urxvt.colorIT : _colorIT
+urxvt.colorUL : _colorUL
+
+urxvt.foreground : _foreground
+urxvt.cursorColor : _cursorColor
+
+!urxvt.fading: 50
+
+!#define transparency
+#ifdef transparency
+ URxvt*depth: 32
+ urxvt.shading: 15
+ urxvt.background: [85]_background
+#else
+ urxvt.background : _background
+ urxvt.shading: 15
+ urxvt*transparent: true
+#endif