-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathXdefaults
79 lines (62 loc) · 2.41 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
URxvt*scrollBar: false
URxvt*saveLines: 12000
!URxvt*font: xft:Liberation Mono:pixelsize=13:antialias=true:hinting=true
!URxvt*boldFont: xft:Liberation Mono:bold:pixelsize=13:antialias=true:hinting=true
!URxvt*font: xft:Inconsolata:style=Medium:bold:pixelsize=18:antialias=true:hinting=true:hintstyle=hintfull
!URxvt*boldFont: xft:Bitstream Vera Sans Mono:style=Medium:bold:pixelsize=18:antialias=true:hinting=true:hintstyle=hintfull
URxvt*font: xft:Inconsolata:style=Medium:bold:pixelsize=18:antialias=true:hinting=true:hintstyle=hintfull
URxvt*boldFont: xft:robotomono:style=Medium:italic:pixelsize=18:antialias=true:hinting=true:hintstyle=hintfull
! Colors
URxvt.foreground: #7e7e7e
URxvt.background: #0A1015
! Subdued Latte
! Faith
*.foreground: #49483e
*.background: #efefeb
*.cursorColor: #49483e
*.color0: #272822
*.color1: #ee3a7b
*.color2: #2b7b6a
*.color3: #a46d1f
*.color4: #2874b6
*.color5: #513998
*.color6: #bc4c1a
*.color7: #f1f0ed
*.color8: #75715e
*.color9: #ee0055
*.color10: #03ac88
*.color11: #f49107
*.color12: #007af4
*.color13: #5a1ce9
*.color14: #f44c00
*.color15: #f8f8f2
! Disable interfering unicode insert w/ ctrl-shift
URxvt.iso14755: false
! Also copy to CLIPBOARD buffer when ordinarly copying
! to only PRIMARY.
URxvt.clipboard.autocopy: false
URxvt.url-launcher: firefox
! perls selection
! can not get this to work >:(
! Copy stuff into /usr/lib/urxvt/perl/ or $HOME/.urxvt/ext/ instead.
!URxvt.perl-lib: /home/oliver/Configuration-files/urxvt-perls/
URxvt.perl-ext-common: default,matcher,url-select,clipboard,keyboard-select,font-size
! url-select config
URxvt.keysym.Shift-Control-P: perl:url-select:select_next
URxvt.url-select.underline: true
URxvt.url-select.button: 1
URxvt.url-select.launcher: firefox
!URxvt.matcher.button: 1
URxvt.keysym.Shift-Control-U: perl:matcher:last
!URxvt.keysym.Shift-Control-P: perl:matcher:list
! font-size config
URxvt.keysym.C-Up: perl:font-size:increase
URxvt.keysym.C-Down: perl:font-size:decrease
! clipboard config (requires xclip !!)
URxvt.keysym.Shift-Control-V: perl:clipboard:paste
URxvt.keysym.Shift-Control-C: perl:clipboard:copy
!URxvt.keysym.C-A-V: perl:clipboard:paste_escaped
! vim-like keyboard controlled copying
! use tmux for this
! URxvt.keysym.Shift-Control-Y: perl:keyboard-select:activate
! URxvt.keysym.Shift-Control-L: perl:keyboard-select:search