aboutsummaryrefslogtreecommitdiff
path: root/x/Xresources
diff options
context:
space:
mode:
Diffstat (limited to 'x/Xresources')
-rw-r--r--x/Xresources10
1 files changed, 10 insertions, 0 deletions
diff --git a/x/Xresources b/x/Xresources
index 8d8dc048..b957cb39 100644
--- a/x/Xresources
+++ b/x/Xresources
@@ -4,6 +4,10 @@ XTerm.termName: xterm-256color
/* Flash my window manager if a BEL is sounded in an xterm */
XTerm.vt100.bellIsUrgent: true
+/* Don't munge 8th bit of characters with Alt, send an Escape prefix instead */
+XTerm.vt100.altIsNotMeta: true
+XTerm.vt100.altSendsEscape: true
+
/**
* Stick all of the non-control ASCII characters into the same xterm selection
* group as the alphanumeric ones added by default, except for space and the
@@ -13,6 +17,12 @@ XTerm.vt100.bellIsUrgent: true
XTerm.vt100.charClass: 33-126:48,60:60,61:48,62:60
/**
+ * Put the terminal text contents flush against the edges of the window,
+ * otherwise things like tmux look awkward.
+ */
+XTerm.vt100.internalBorder: 0
+
+/**
* Set some less harsh colors than the xterm defaults; I think I got these from
* somewhere else and tweaked them, but I can't remember where it was now.
*/