-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Xresources
101 lines (92 loc) · 2.75 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
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
! --[ URxvt ]-----------------------------------------------
! comment out to leave it to colorscheme
!URxvt.termName: rxvt-unicode-256color
! --[ Colors & Style ]--------------------------------------
*foreground: #a8a19f
*foreground_bold: #f1efee
!*cursor: #6666ea
*background: #1b1918
!!*background: rgba(0, 0, 0, .7)
!! black
*color0: #1b1918
*color8: #766e6b
!! red
*color1: #f22c40
*color9: #f22c40
!! green
*color2: #5ab738
*color10: #5ab738
!! yellow
*color3: #d5911a
*color11: #d5911a
!! blue
*color4: #407ee7
*color12: #407ee7
!! magenta
*color5: #6666ea
*color13: #6666ea
!! cyan
*color6: #00ad9c
*color14: #00ad9c
!! white
*color7: #a8a19f
*color15: #f1efee
URxvt.intensityStyles: false
URxvt.background: [90]#000000
URxvt.depth: 32
URxvt.cursorColor: magenta
! do not specify italic font - its broken, urxvt will make italic automatically
!URxvt*font: xft:DejaVu Sans Mono:size=14
!URxvt.font : xft:Roboto Mono for Powerline-11,xft:FontAwesome-11
URxvt*font: xft: Hack Nerd Font Mono: antialias=true: size: 22
URxvt*boldFont: xft: Hack: style=Regular: size: 14
URxvt.transparent: true
URxvt.shading: 20
! needed to fix font spacing
URxvt.letterSpace: -1
URxvt.lineSpace: 2
URxvt.tripleclickwords: true
URxvt.insecure: true
! hide mouse pointer
URxvt.pointerBlank: true
URxvt.internalborder: 0
! dims inactive, works better than compton, but obviously is limitted to urxvt
!URxvt.fading: 40
! scrollback
URxvt.scrollBar: false
URxvt.saveLines: 100000
URxvt.scrollTtyOutput: false
URxvt.scrollTtyKeypress: true
URxvt.scrollWithBuffer: true
!! Keybinding
URxvt.keysym.Control-Up: \033[1;5A
URxvt.keysym.Control-Down: \033[1;5B
URxvt.keysym.Control-Left: \033[1;5D
URxvt.keysym.Control-Right: \033[1;5C
!Disables the insanely annoying Ctrl+Shift shortcut that enters ISO14755 mode
URxvt.iso14755: false
! --[ Extensions ]-----------------------------------------
URxvt.perl-ext-common: default,matcher,resize-font,keyboard-select
!! resize-font
URxvt.keysym.C-minus: resize-font:smaller
URxvt.keysym.C-plus: resize-font:bigger
URxvt.keysym.C-equal: resize-font:reset
URxvt.keysym.C-question: resize-font:show
!! url-select
URxvt.keysym.M-u: perl:url-select:select_next
URxvt.url-select.launcher: linkhandler
URxvt.url-select.underline: true
!! keyboard-select:
URxvt.keysym.M-Escape: perl:keyboard-select:activate
!! Matcher
URxvt.matcher.button: 1
URxvt.keysym.C-Delete: matcher:last
URxvt.keysym.M-Delete: matcher:list
!! regexps
!! .0 for web links
URxvt.matcher.pattern.1: \\B(/\\S+?):(\\d+)(?=:|$) ! gcc and all
URxvt.matcher.pattern.2: (?:\\s)([\\~\\.]?\\/\{1,1\}[\\.\\w]\\S+)\\b
!! launchers . Need all 0..x defined
URxvt.matcher.launcher.0: xdg-open
URxvt.matcher.launcher.1: vim +$2 $1
URxvt.urlLauncher: xdg-open