aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2023-04-10 14:08:39 +1200
committerTom Ryder <tom@sanctum.geek.nz>2023-04-10 14:13:04 +1200
commit16c46e709c0241d4c8259c33dbf5f6ebe70db1a9 (patch)
tree4cbd9f044cebae96cb3ec5cf9674ea803148d9b9
parentCorrect alphabetical ordering of .Xresources (diff)
downloaddotfiles-16c46e709c0241d4c8259c33dbf5f6ebe70db1a9.tar.gz
dotfiles-16c46e709c0241d4c8259c33dbf5f6ebe70db1a9.zip
Use consistent title for xterm windows
-rw-r--r--x/Xresources12
1 files changed, 12 insertions, 0 deletions
diff --git a/x/Xresources b/x/Xresources
index 0dfd476a..57112cbd 100644
--- a/x/Xresources
+++ b/x/Xresources
@@ -1,6 +1,18 @@
/* Declare our xterms have 256 colors */
XTerm.termName: xterm-256color
+/**
+ * Just use "xterm" as the title, no need to complicate it with the name of the
+ * actual binary called.
+ */
+XTerm.title: xterm
+
+/**
+ * Don't let applications set the window title; it's usually more confusing
+ * than helpful, with things like command wrappers getting in the way.
+ */
+XTerm.vt100.allowTitleOps: false
+
/* Don't munge characters' 8th bit with Alt, send Escape prefix instead */
XTerm.vt100.altIsNotMeta: true
XTerm.vt100.altSendsEscape: true