x: add xterm config
authorAmin Bandali <bandali@gnu.org>
Mon, 18 Oct 2021 16:08:19 +0000 (12:08 -0400)
committerAmin Bandali <bandali@gnu.org>
Mon, 18 Oct 2021 16:08:19 +0000 (12:08 -0400)
for now mainly to set metaSendsEscape to true

.Xresources
.Xresources.d/xterm [new file with mode: 0644]

index 5b878f1..4ada958 100644 (file)
@@ -1,3 +1,4 @@
 #include ".Xresources.d/fonts"
 #include ".Xresources.d/emacs"
 #include ".Xresources.d/rxvt-unicode"
+#include ".Xresources.d/xterm"
diff --git a/.Xresources.d/xterm b/.Xresources.d/xterm
new file mode 100644 (file)
index 0000000..081fef2
--- /dev/null
@@ -0,0 +1,4 @@
+*customization: -color
+xterm*termName: xterm-256color
+
+xterm*metaSendsEscape: true