-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathXdefaults
More file actions
executable file
·65 lines (58 loc) · 1.89 KB
/
Xdefaults
File metadata and controls
executable file
·65 lines (58 loc) · 1.89 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
###########################################################
# borderless and no scrollbar
###########################################################
URxvt*scrollBar_right: false
URxvt*scrollBar: false
URxvt*borderLess: false
urxvt*loginShell: false
urxvt*scrollBar: false
urxvt*secondaryScroll: true
urxvt*saveLines: 65535
urxvt*cursorBlink: false
urxvt*urgentOnBell: true
urxvt*internalBorder: 0
urxvt*externalBorder: 0
URxvt*termName: xterm
URxvt*background: black
URxvt*foreground: grey90
###########################################################
# font
###########################################################
URxvt*font: xft:Ubuntu Mono for Powerline:size=15
URxvt*imFont: xft:Ubuntu Mono for Powerline:regular:size=15
URxvt*boldFont: xft:Ubuntu Mono for Powerline:bold:size=15
URxvt*italicFont: xft:Ubuntu Mono for Powerline:italic:size=15
URxvt*boldItalicFont: xft:Ubuntu Mono for Powerline:bold:italic:size=15
###########################################################
# colors
###########################################################
! Black + DarkGrey
*color0: #000000
*color8: #555753
!! DarkRed + Red
*color1: #cc0000
*color9: #ef2929
! DarkGreen + Green
color2: #4E9A06
color10: #8AE234
!! DarkYellow + Yellow
*color3: #C4A000
*color11: #FCE94F
! DarkBlue + Blue
*color4: #3465A4
*color12: #729FCF
!! DarkMangenta + Mangenta
*color5: #75507B
*color13: #75507B
!!DarkCyan + Cyan
*color6: #06989A
*color14: #34E2E2
!! LightGrey + White
*color7: #D3D7CF
*color15: #EEEEEC
############################################################
# Key bindings
############################################################
URxvt.keysym.Shift-Control-V: perl:clipboard:paste
URxvt.iso14755: False
URxvt.perl-ext-common: default,clipboard