summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2021-10-18 21:19:43 -0400
committerAmin Bandali <bandali@gnu.org>2021-10-18 21:19:43 -0400
commit7f3c4cc3d29cc92955caad756d237669c4d57d75 (patch)
tree4d6ea89db2f485fbe78740e9eb1127d41e4abb06
parent08b0fb0ad623f5bb73299beb12a5d85e47be07ac (diff)
downloadconfigs-7f3c4cc3d29cc92955caad756d237669c4d57d75.tar.gz
configs-7f3c4cc3d29cc92955caad756d237669c4d57d75.tar.xz
configs-7f3c4cc3d29cc92955caad756d237669c4d57d75.zip
xterm: specify the configs more generally so that it would work for floating variant as well
-rw-r--r--.Xresources.d/xterm8
1 files 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