From 16c46e709c0241d4c8259c33dbf5f6ebe70db1a9 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 10 Apr 2023 14:08:39 +1200 Subject: Use consistent title for xterm windows --- x/Xresources | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 -- cgit v1.2.3