From 8d23da9e96ddfce1795572290de0638312a333fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frederik=20Hangh=C3=B8j=20Iversen?= Date: Sun, 2 Dec 2018 22:01:17 +0100 Subject: [PATCH] Remove annoying pop-up thing in urxvt --- Xresources/urxvt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Xresources/urxvt b/Xresources/urxvt index acb6e9e..71912ec 100644 --- a/Xresources/urxvt +++ b/Xresources/urxvt @@ -20,3 +20,6 @@ URxvt.saveLines: 65535 URxvt*scrollTtyOutput: false URxvt*scrollWithBuffer: true URxvt*scrollTtyKeypress: true + +URxvt.iso14755: false +URxvt.iso14755_52: false \ No newline at end of file