From 94100477fc22688fc6c188d08162d080d2d4311f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Fri, 5 Mar 2021 22:47:28 +0100 Subject: [urxvt] Disable iso14755 mode -- whatever this may be --- .Xresources | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.Xresources b/.Xresources index cb2da32..be4e1d9 100644 --- a/.Xresources +++ b/.Xresources @@ -23,6 +23,9 @@ URxvt.secondaryScroll: false URxvt.keysym.Shift-Up: command:\033]720;1\007 URxvt.keysym.Shift-Down: command:\033]721;1\007 +! disable ISO14755 Mode for entering unicode +URxvt.iso14755: false + ! perl-modules URxvt.perl-lib: HOME/.urxvt/extensions/ URxvt.perl-ext-common: default,matcher,clipboard,selection-autotransform,cwd-spawn -- cgit v1.2.3