From bb7757f505dbbdc006bf71324264f54b5662c53d Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 17 Jun 2023 21:46:27 +1200 Subject: Revert "Be strict about modifiers for xterm cop... Seems to break things on XFCE; haven't worked out why yet. This reverts commit e25f5b8d3f1db0870fe9c0a4c6499c43580f277a. --- x/Xresources | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x/Xresources b/x/Xresources index f9db8401..829b208e 100644 --- a/x/Xresources +++ b/x/Xresources @@ -95,8 +95,8 @@ XTerm.vt100.scrollTtyOutput: false * a simple selection does. */ XTerm.vt100.translations: #override \n\ - ! Ctrl Shift C: copy-selection(CLIPBOARD) \n\ - ! Ctrl Shift V: insert-selection(CLIPBOARD) + Ctrl Shift C: copy-selection(CLIPBOARD) \n\ + Ctrl Shift V: insert-selection(CLIPBOARD) /** * Trim trailing spaces from selections; if I'm copying text from a terminal -- cgit v1.2.3