From: Amin Bandali Date: Tue, 19 Oct 2021 01:19:43 +0000 (-0400) Subject: xterm: specify the configs more generally so that it would work for floating variant... X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/7f3c4cc3d29cc92955caad756d237669c4d57d75 xterm: specify the configs more generally so that it would work for floating variant as well --- 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