aboutsummaryrefslogtreecommitdiffstats
path: root/Xresources
diff options
context:
space:
mode:
Diffstat (limited to 'Xresources')
-rw-r--r--Xresources33
1 files changed, 33 insertions, 0 deletions
diff --git a/Xresources b/Xresources
new file mode 100644
index 0000000..0315c2e
--- /dev/null
+++ b/Xresources
@@ -0,0 +1,33 @@
1Xcursor.size: 16
2
3! Ctrl+Shift+C and Ctrl+Shift+V for Copy and Paste (using CLIPBOARD)
4xterm*VT100.Translations: #override Ctrl Shift <Key>V: insert-selection(CLIPBOARD) \n Ctrl Shift <Key>C: copy-selection(CLIPBOARD)
5
6
7!!!!!!!!!
8! URXVT !
9!!!!!!!!!
10URxvt.font: xft:Inconsolata:style=Regular:pixelsize=13
11! do not scroll with output
12URxvt*scrollTtyOutput: false
13! scroll in relation to buffer (with mouse scroll or Shift+Page Up)
14URxvt*scrollWithBuffer: true
15! scroll back to the bottom on keypress
16URxvt*scrollTtyKeypress: true
17URxvt.termName: xterm-256color
18URxvt.scrollBar: False
19URxvt.reverseVideo: True
20
21URxvt.perl-ext-common: default,matcher,clipboard
22
23! Open URLs with Control+Left Click
24URxvt.url-launcher: /usr/bin/xdg-open
25URxvt.matcher.button: C1
26URxvt.url-select.underline: false
27
28
29URxvt.keysym.C-C: perl:clipboard:copy
30URxvt.keysym.C-V: perl:clipboard:paste
31URxvt.keysym.C-A-V: perl:clipboard:paste_escaped
32!disable Ctrl+Shift shortcut that enters ISO14755 mode
33URxvt.iso14755: false