-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathXresources
More file actions
72 lines (66 loc) · 2.2 KB
/
Xresources
File metadata and controls
72 lines (66 loc) · 2.2 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
66
67
68
69
70
71
!! save n lines of scrollback buffer
URxvt*saveLines: 100000
!! nice and calm terminal
URxvt*visualBell: false
URxvt*cursorBlink: false
!! jump to bottom (prompt) on keypress
URxvt*scrollTtyKeypress: true
!! jump to bottom (prompt) when tty gets new lines
URxvt*scrollWithBuffer: false
!! jump to bottom (prompt) on tty output
URxvt*scrollTtyOutput: false
!! no scroll bar plz
URxvt*scrollBar: false
!! scrollbar styles: rxvt, plain, next or xterm
URxvt*scrollstyle: plain
!! is this a login shell?
URxvt*loginShell: true
!! set the TERM environment variable
!!urxvt*termName: rxvt-unicode
!! set TERM for GNU SCREEN compatability
URxvt*termName: rxvt-256color
!! delimiters for double-click mouse selection
URxvt*cutchars: "\"()*,<>[]{}|'"
!! secondary screen scroll (default enabled)
URxvt*secondaryScroll: true
!! disable secondary screen
URxvt*secondaryScreen: true
!! de-iconify (map) on receipt of a bell character
URxvt*mapAlert: true
!! inhibit writing record into the system log file utmp
URxvt*utmpInhibit: true
!! Yankable urls
!! urxvt-url-select package
URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select
URxvt.urlLauncher: firefox
URxvt.keysym.M-u: perl:url-select:select_next
URxvt.url-select.underline: true
URxvt.underlineURLs: true
URxvt.clipboard.autocopy: true
URxvt.url-select.laucher: /usr/bin/firefox -new-tab
URxvt*jumpScroll: true
URxvt*skipScroll: false
URxvt*font: xft:DejaVu Sans Mono:regular:size=10
URxvt*boldFont: xft:DejaVu Sans Mono:bold:size=10
URxvt*italicFont: xft:DejaVu Sans Mono:italic:size=10
URxvt*boldItalicFont: xft:DejaVu Sans Mono:bold:italic:size=10
URxvt.urgentOnBell: true
URxvt.background: #1e1e1e
URxvt.foreground: white
URxvt.cursorColor: #00ff00
URxvt.color0: black
URxvt.color1: #cc0000
URxvt.color2: #4e9a06
URxvt.color3: #c4a000
URxvt.color4: #3465a4
URxvt.color5: #75507b
URxvt.color6: #06989a
URxvt.color7: #d3d7cf
URxvt.color8: #555753
URxvt.color9: #ef2929
URxvt.color10: #8ae234
URxvt.color11: #fce94f
URxvt.color12: #729fcf
URxvt.color13: #ad7fa8
URxvt.color14: #34e2e2
URxvt.color15: #d4d4d4