]> git.rmz.io Git - dotfiles.git/blob - Xresources
change termname
[dotfiles.git] / Xresources
1 ! {{{ Title
2 URxvt*title: urxvt
3 URxvt*termName: rxvt-unicode-256color
4 URxvt*urgentOnBell: true
5 URxvt*iconFile: /usr/share/icons/hicolor/scalable/apps/yakuake.svgz
6 ! }}}
7
8 ! {{{ Font
9 URxvt.font: xft:Inconsolata-g:size=11
10 URxvt.skipBuiltinGlyphs: true
11 Urxvt.xftAntialias: true
12 ! }}}
13
14 ! {{{ Scrolling
15 URxvt*.scrollBar: false
16 URxvt.saveLines: 10000
17 URxvt.scrollTtyOutput: false
18 URxvt.scrollTtyKeypress: true
19 URxvt.scrollWithBuffer: true
20 ! }}}
21
22 ! disable Ctrl+Shift UTF8 hex
23 URxvt.iso14755: false
24 URxvt.iso14755_52: false
25
26 ! {{{ Perl extensions
27 URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select
28 ! {{{ url-select
29 URxvt.keysym.1-u: perl:url-select:select_next
30 URxvt.url-select.button: 1
31 URxvt.url-select.launcher: mimeo
32 URxvt.url-select.underline: true
33 ! }}}
34 ! {{{ keyboard-select
35 URxvt.keysym.1-Escape: perl:keyboard-select:activate
36 URxvt.keysym.1-s: perl:keyboard-select:search
37 ! }}}
38 ! {{{ clipboard
39 URxvt.keysym.C-C: perl:clipboard:copy
40 URxvt.keysym.C-V: perl:clipboard:paste
41 URxvt.keysym.C-A-V: perl:clipboard:paste_escaped
42 ! }}}
43 ! }}}
44
45 ! {{{ Colours
46 URxvt*.depth: 32
47 URxvt*.background: [75]#222222
48 URxvt*.foreground: #f8f8f2
49 ! Black
50 URxvt*.color0: #262729
51 URxvt*.color8: #262729
52 ! Red
53 URxvt*.color1: #f92671
54 URxvt*.color9: #ff669d
55 ! Green
56 URxvt*.color2: #a6e22e
57 URxvt*.color10: #beed5f
58 ! Yellow
59 URxvt*.color3: #fd971f
60 URxvt*.color11: #e6db74
61 ! Blue
62 URxvt*.color4: #1692d0
63 URxvt*.color12: #66d9ef
64 ! Magenta
65 URxvt*.color5: #9e6ffe
66 URxvt*.color13: #df92f6
67 ! Cyan
68 URxvt*.color6: #5e7175
69 URxvt*.color14: #a3babf
70 ! White
71 URxvt*.color7: #ffffff
72 URxvt*.color15: #ffffff
73 ! Cursor
74 URxvt*.cursorColor: #b5d2dd
75 ! }}}