blob: 8677c5d07438730674cca0d147fbba7413a73cbc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
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 for Powerline: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
|