-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Xresources
53 lines (51 loc) · 1.52 KB
/
.Xresources
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
51
52
53
! vim: ft=xdefaults
! .Xressource
! author: Gilles Fidani
! last update: 2021-04-06
URxvt*termName: rxvt-unicode-256color
URxvt*font: xft:Liberation Mono:size=10,xft:Symbola:pixelsize=12,xft:Inconsolata Nerd Font Mono:size=11,xft:Font\ Awesome:antialias=true:pixelsize=12
URxvt*fontBold: xft:Liberation Mono:style=Bold:size=10
URxvt*secondaryScreen: 1
URxvt*secondaryScroll: 0
URxvt*perl-ext-common: default,matcher,font-size
URxvt*url-launcher: /usr/bin/xdg-open
URxvt*matcher.button: 1
URxvt*matcher.rend.0: Uline Bold fg5
URxvt*foreground: green
URxvt*color12: rgb:5c/5c/ff
! real transparency
URxvt*depth: 32
URxvt*background: rgba:1111/1111/1111/dddd
! fake transparency
! URxvt*transparent: true
! URxvt*shading: 30
! URxvt*tintColor: green
! URxvt*shading: 20
URxvt*scrollBar:false
URxvt*scrollBar_right:false
URxvt*scrollstyle:rxvt
URxvt*scrollTtyKeypress:true
URxvt*loginShell: true
URxvt.keysym.C-Up: font-size:increase
URxvt.keysym.C-Down: font-size:decrease
URxvt.keysym.C-S-Up: font-size:incglobal
URxvt.keysym.C-S-Down: font-size:decglobal
URxvt.keysym.C-equal: font-size:reset
URxvt.keysym.C-slash: font-size:show
! disable keycap picture & basic iso 14755
URxvt.iso14755: false
URxvt.iso14755_52: false
! Colors config --- {{{
! colors
!1. directory
!2. symbolic link
!3. socket
!4. pipe
!5. executable
!6. block special
!7. character special
!8. executable with setuid bit set
!9. executable with setgid bit set
!10. directory writable to others, with sticky bit
!11. directory writable to others, without sticky bit
! --- }}}