aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2023-04-10 14:10:29 +1200
committerTom Ryder <tom@sanctum.geek.nz>2023-04-10 14:13:04 +1200
commitd55cf50657e9cf45b6efff269e028f7b9c5c1ad5 (patch)
tree7256820d224f97c2030dd53dc000020fb9f199da
parentBlock mouse operations in terminal applications (diff)
downloaddotfiles-d55cf50657e9cf45b6efff269e028f7b9c5c1ad5.tar.gz
dotfiles-d55cf50657e9cf45b6efff269e028f7b9c5c1ad5.zip
Don't scroll on terminal output, do scroll on key
Weird defaults. At least it's fixable.
-rw-r--r--x/Xresources7
1 files changed, 7 insertions, 0 deletions
diff --git a/x/Xresources b/x/Xresources
index 43957359..a9b8aa0f 100644
--- a/x/Xresources
+++ b/x/Xresources
@@ -70,6 +70,13 @@ XTerm.vt100.color15: rgb:ee/ee/ec
XTerm.vt100.internalBorder: 0
/**
+ * Don't jump to the bottom of the window just because of new output, but do so
+ * if I actually type something. (Weird that the defaults are the opposite.)
+ */
+XTerm.vt100.scrollTtyOutput: false
+XTerm.vt100.scrollKey: true
+
+/**
* Bind extra keys to copy/paste to/from CLIPBOARD rather than PRIMARY, as
* a simple selection does.
*/