aboutsummaryrefslogtreecommitdiffstats
path: root/Xresources
diff options
context:
space:
mode:
authorjason2017-01-17 22:37:21 -0700
committerjason2017-01-17 22:37:21 -0700
commitc8ba9714eac05af2b41ba3dee166ca5a463ea4c8 (patch)
tree06b3df1a55c5ceb6c5f22dbb6431f68bfc046e2e /Xresources
parent6f15ce29f671fb7741c2a9ac97121671e4b4e1b3 (diff)
downloaddotfiles-c8ba9714eac05af2b41ba3dee166ca5a463ea4c8.tar.gz
dotfiles-c8ba9714eac05af2b41ba3dee166ca5a463ea4c8.zip
Add i3 config, Xmodmap configs, and Xresources config
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