-
Notifications
You must be signed in to change notification settings - Fork 0
/
Xdefaults
50 lines (46 loc) · 1.54 KB
/
Xdefaults
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
!-----
URxvt*buffered: true
! Green text
URxvt*foreground: #00FF00
URxvt*cursorColor: yellow
URxvt*underlineColor: #8FC45A
URxvt*font:xft:Bitstream Vera Sans Mono:pixelsize=13:antialias=true
!URxvt*font: xft:Source\ Code\ Pro\ for\ Powerline,Source\ Code\ Pro\ Medium:size=11
!URxvt*font: xft:Inconsolata Nerd Font Mono:pixelsize=12:minspace=False, xft:DejaVu Sans:pixelsize=18
!URxvt*boldFont: xft:Inconsolata Nerd Font Mono:pixelsize=12:minspace=False, xft:DejaVu Sans:pixelsize=12
URxvt*boldFont: xft:Bitstream Vera Sans Mono:pixelsize=12:antialias=true:minspace=False:Bold, xft:DejaVu Sans:pixelsize=12
!URxvt*letterSpace: 0
URxvt*termName: rxvt
!set to 32-bit for real transparency (compositing required)
URxvt*depth: 32
!transparent=0000 opaque=ffff
URxvt*background: rgba:0000/0000/0000/dddd
! Enable Shift-PageUp/Down in screen
URxvt*secondaryScroll: true
!-------------
!url clickable
!-------------
URxvt*scrollBar: false
URxvt.perl-ext-common: default,tabbed,matcher,resize-font
!URxvt.perl-ext: default,url-select
URxvt.perl-ext: default
!URxvt.keysym.M-u: perl:url-select:select_next
# launch in firefox
!URxvt.url-select.launcher: /usr/bin/firefox
!URxvt.url-select.underline: true
# allow click on match to activate
!URxvt.matcher.button: 1
!-----------
!tabs colors
!-----------
URxvt*tabbed*tabbar-fg: 8
URxvt*tabbed*tabbar-bg: 0
URxvt*tabbed*tab-fg: 2
URxvt*tabbed*tab-bg: 0
!---------
!Clipboard
!---------
#URxvt*keysym*M-c: perl:clipboard:copy
#URxvt*keysym*C-v: perl:clipboard:paste