aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2023-02-11 14:38:08 +1300
committerTom Ryder <tom@sanctum.geek.nz>2023-02-11 14:38:08 +1300
commit5ecffbd19511011a8bd13ba3c2e529e3f4c6cc2e (patch)
treee2e5a36723edd5233ad2d640f061e00b16e92177
parentMerge branch 'release/v12.28.0' into develop (diff)
downloaddotfiles-5ecffbd19511011a8bd13ba3c2e529e3f4c6cc2e.tar.gz
dotfiles-5ecffbd19511011a8bd13ba3c2e529e3f4c6cc2e.zip
Re-order xterm resources
-rw-r--r--x/Xresources6
1 files changed, 3 insertions, 3 deletions
diff --git a/x/Xresources b/x/Xresources
index b957cb39..b5081a80 100644
--- a/x/Xresources
+++ b/x/Xresources
@@ -1,13 +1,13 @@
/* Declare our xterms have 256 colors */
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
+/* Flash my window manager if a BEL is sounded in an xterm */
+XTerm.vt100.bellIsUrgent: 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