summaryrefslogtreecommitdiff
path: root/.Xresources
diff options
context:
space:
mode:
Diffstat (limited to '.Xresources')
-rw-r--r--.Xresources24
1 files changed, 24 insertions, 0 deletions
diff --git a/.Xresources b/.Xresources
index 42faeea..53c2779 100644
--- a/.Xresources
+++ b/.Xresources
@@ -1,4 +1,6 @@
+!! DPI
Xft.dpi: 96
+
!! drop in Solarized colorscheme for Xresources/Xdefaults
!!SOLARIZED HEX 16/8 TERMCOL XTERM/HEX L*A*B RGB HSB
@@ -76,3 +78,25 @@ Xft.dpi: 96
!! white dark/light
*color7: S_base2
*color15: S_base3
+
+!! URxvt
+URxvt.font: xft:monospace:size=13
+URxvt.letterSpace: 0
+URxvt.lineSpace: 0
+URxvt.scrollBar: false
+URxvt.urgentOnBell: true
+URxvt.skipBuiltinGlyphs: true
+URxvt.cursorBlink: true
+URxvt.pointerBlank: true
+!!URxvt.url-launcher url_handler.sh
+URxvt.jumpScroll: true
+!URxvt.clipboard.autocopy: true
+
+! Disable ISO 14755 unicode input so we can use Ctrl-Shift bindings
+URxvt.iso14755: false
+URxvt.iso14755_52: false
+
+! Bind Ctrl-Shift-c & Ctrl-Shift-v to copy and paste
+! I dont know why, but I needed to use hex keysym values to get it to work
+URxvt.keysym.C-S-0x43: eval:selection_to_clipboard
+URxvt.keysym.C-S-0x56: eval:paste_clipboard