From 8749d22ad0c3b7aa6e7d1d6285bb47795375be5e Mon Sep 17 00:00:00 2001 From: finga Date: Tue, 12 Nov 2019 18:25:51 +0100 Subject: [PATCH] disable modes --- .Xresources | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.Xresources b/.Xresources index 356a739..dad51f4 100644 --- a/.Xresources +++ b/.Xresources @@ -6,6 +6,9 @@ urxvt.scrollBar: false urxvt.urgentOnBell: true ! - larger history limit urxvt.saveLines: 1000000 +! - disable unneeded modes +urxvt.iso14755: false +urxvt.iso14755_52: false ! - color scheme urxvt.background: #000000 urxvt.foreground: #CCCCCC