From c8ba9714eac05af2b41ba3dee166ca5a463ea4c8 Mon Sep 17 00:00:00 2001 From: jason Date: Tue, 17 Jan 2017 22:37:21 -0700 Subject: Add i3 config, Xmodmap configs, and Xresources config --- Xresources | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 Xresources (limited to 'Xresources') diff --git a/Xresources b/Xresources new file mode 100644 index 0000000..0315c2e --- /dev/null +++ b/Xresources @@ -0,0 +1,33 @@ +Xcursor.size: 16 + +! Ctrl+Shift+C and Ctrl+Shift+V for Copy and Paste (using CLIPBOARD) +xterm*VT100.Translations: #override Ctrl Shift V: insert-selection(CLIPBOARD) \n Ctrl Shift C: copy-selection(CLIPBOARD) + + +!!!!!!!!! +! URXVT ! +!!!!!!!!! +URxvt.font: xft:Inconsolata:style=Regular:pixelsize=13 +! do not scroll with output +URxvt*scrollTtyOutput: false +! scroll in relation to buffer (with mouse scroll or Shift+Page Up) +URxvt*scrollWithBuffer: true +! scroll back to the bottom on keypress +URxvt*scrollTtyKeypress: true +URxvt.termName: xterm-256color +URxvt.scrollBar: False +URxvt.reverseVideo: True + +URxvt.perl-ext-common: default,matcher,clipboard + +! Open URLs with Control+Left Click +URxvt.url-launcher: /usr/bin/xdg-open +URxvt.matcher.button: C1 +URxvt.url-select.underline: false + + +URxvt.keysym.C-C: perl:clipboard:copy +URxvt.keysym.C-V: perl:clipboard:paste +URxvt.keysym.C-A-V: perl:clipboard:paste_escaped +!disable Ctrl+Shift shortcut that enters ISO14755 mode +URxvt.iso14755: false -- cgit v1.2.1