From 0695c617023dadc7b6f50ce94a905929383b2709 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Mon, 27 Aug 2018 22:48:41 +0300 Subject: [PATCH] conf/Xresources: enable Ctrl + Shift + C/V --- conf/Xresources | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/conf/Xresources b/conf/Xresources index 3e4677ef..3da3dbe9 100644 --- a/conf/Xresources +++ b/conf/Xresources @@ -205,7 +205,7 @@ URxvt*lineSpace: 5 ! The characters used as delimiters for double-click word selection ! URxvt*cutchars: string -! +! ! URxvt*{|} ! OverTheSpot, OffTheSpot, Root; option -pt. @@ -275,11 +275,14 @@ URxvt*url-launcher: /usr/bin/xdg-open ! Compile frills: Sets override-redirect for the terminal window, ! URxvt*override-redirect: boolean -! Turn on/off ISO 14755 (default enabled). -! URxvt*iso14755: boolean - -! Turn on/off ISO 14755 5.2 mode (default enabled). -! URxvt*iso14755_52: boolean +! Turn off ISO 14755 which takes ctrl + shift +URxvt*iso14755: false +URxvt*iso14755_52: false +! EXPLAIN ME! URxvt.matcher.button: 1 URxvt.letterSpace: 0 + +! enable ctrl + shift + c/v https://unix.stackexchange.com/a/329556 +URxvt.keysym.Shift-Control-V: eval:paste_clipboard +URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard