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