aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2023-04-10 14:07:01 +1200
committerTom Ryder <tom@sanctum.geek.nz>2023-04-10 14:13:04 +1200
commitf52cc703fea9f10ce2a99bc05060f0a23297da4f (patch)
tree006e6595925be19b431f4f368df8e5f3005148f7
parentAdjust a comment in .Xresources (diff)
downloaddotfiles-f52cc703fea9f10ce2a99bc05060f0a23297da4f.tar.gz
dotfiles-f52cc703fea9f10ce2a99bc05060f0a23297da4f.zip
Correct alphabetical ordering of .Xresources
-rw-r--r--x/Xresources12
1 files changed, 6 insertions, 6 deletions
diff --git a/x/Xresources b/x/Xresources
index 7a045dd7..0dfd476a 100644
--- a/x/Xresources
+++ b/x/Xresources
@@ -22,12 +22,6 @@ XTerm.vt100.charClass: \
63-126:48
/**
- * 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.
*/
@@ -51,6 +45,12 @@ XTerm.vt100.color14: rgb:34/e2/e2
XTerm.vt100.color15: rgb:ee/ee/ec
/**
+ * Put the terminal text contents flush against the edges of the window,
+ * otherwise things like tmux look awkward.
+ */
+XTerm.vt100.internalBorder: 0
+
+/**
* Bind extra keys to copy/paste to/from CLIPBOARD rather than PRIMARY, as
* a simple selection does.
*/