-
Notifications
You must be signed in to change notification settings - Fork 2
/
.Xdefaults
38 lines (34 loc) · 1.22 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
!------------------------------------------------------------------------------!
! urxvt !
!------------------------------------------------------------------------------!
! general
URxvt*loginShell: true
URxvt*saveLines: 32767
URxvt*jumpScroll: false
URxvt*skipScroll: true
URxvt*meta8: false
URxvt*termName: xterm-256color
! scrollbar
URxvt*scrollBar: true
URxvt*scrollBar_right: true
URxvt*scrollstyle: plain
! colors
!URxvt*background: Black
!URxvt*foreground: #CCCCCC
URxvt*transparent: true
URxvt*reverseVideo: true
URxvt*shading: 25
URxvt*fading: 25
! fonts
URxvt*font: -*-terminus-medium-r-*-*-14-*-*-*-*-*-*-u
URxvt*boldFont: -*-terminus-bold-r-*-*-14-*-*-*-*-*-*-u
URxvt*italicFont: -*-terminus-medium-o-*-*-14-*-*-*-*-*-*-u
URxvt*boldItalicFont: -*-terminus-bold-o-*-*-14-*-*-*-*-*-*-u
! extensions
URxvt*perl-ext:
URxvt*perl-ext-common:
!URxvt*perl-ext-common: default,url-select
!URxvt*urlLauncher: chromium-browser
!URxvt*matcher.button: 1
!URxvt*underlineURLs: false
!URxvt*keysym.M-u: perl:url-select:select_next