aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2023-04-10 14:06:20 +1200
committerTom Ryder <tom@sanctum.geek.nz>2023-04-10 14:13:04 +1200
commit596e69fc59c652d48dede10daf22b300b26c206e (patch)
tree5bec5a9b117c51f716a641dc765704fc60096871
parentHave rofi grab keyboard immediately for passwords (diff)
downloaddotfiles-596e69fc59c652d48dede10daf22b300b26c206e.tar.gz
dotfiles-596e69fc59c652d48dede10daf22b300b26c206e.zip
Adjust a comment in .Xresources
-rw-r--r--x/Xresources2
1 files changed, 1 insertions, 1 deletions
diff --git a/x/Xresources b/x/Xresources
index 1c6ab1aa..7a045dd7 100644
--- a/x/Xresources
+++ b/x/Xresources
@@ -1,7 +1,7 @@
/* Declare our xterms have 256 colors */
XTerm.termName: xterm-256color
-/* Don't munge 8th bit of characters with Alt, send an Escape prefix instead */
+/* Don't munge characters' 8th bit with Alt, send Escape prefix instead */
XTerm.vt100.altIsNotMeta: true
XTerm.vt100.altSendsEscape: true