From 7f3c4cc3d29cc92955caad756d237669c4d57d75 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Mon, 18 Oct 2021 21:19:43 -0400 Subject: [PATCH] xterm: specify the configs more generally so that it would work for floating variant as well --- .Xresources.d/xterm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.Xresources.d/xterm b/.Xresources.d/xterm index 395d936..f8553b2 100644 --- a/.Xresources.d/xterm +++ b/.Xresources.d/xterm @@ -1,6 +1,6 @@ *customization: -color -xterm*termName: xterm-256color +*termName: xterm-256color -xterm*metaSendsEscape: true -xterm*scrollTtyOutput: false -xterm*saveLines: 100000 +*metaSendsEscape: true +*scrollTtyOutput: false +*saveLines: 100000 -- 2.20.1