summary refs log tree commit diff
path: root/home/.config/X/resources
diff options
context:
space:
mode:
Diffstat (limited to 'home/.config/X/resources')
-rw-r--r--home/.config/X/resources9
1 files changed, 8 insertions, 1 deletions
diff --git a/home/.config/X/resources b/home/.config/X/resources
index c481e93d..4d15dec9 100644
--- a/home/.config/X/resources
+++ b/home/.config/X/resources
@@ -1,5 +1,13 @@
 Xft.dpi: 144
+
+XTerm*utf8: true
+XTerm*metaSendsEscape: true
+XTerm*alternateScroll: true
+
 XTerm*faceName: Luxi Mono:size=11:antialias=true:hinting=false
+XTerm*colorBDMode: true
+XTerm*scrollBar: false
+XTerm*pointerMode: 2
 
 XTerm*color0: rgb:16/15/10
 XTerm*color1: rgb:A3/28/10
@@ -20,5 +28,4 @@ XTerm*color15: rgb:CC/BC/8E
 XTerm*background: rgb:14/13/0E
 XTerm*foreground: rgb:B7/A9/80
 XTerm*colorBD: rgb:CC/BC/8E
-XTerm*highlightColor: rgb:A3/41/10
 XTerm*cursorColor: rgb:7A/71/55
ass='logsubject'>Only enable highlighting on terminal outputJune McEnroe 2019-12-31Set up pager pipeJune McEnroe 2019-12-30Normalize date inputJune McEnroe Mostly this just allows the use of 'now'. 2019-12-30Add initial rough version of scoopJune McEnroe 2019-12-30Join with USING wherever possibleJune McEnroe 2019-12-30Add -D flag to prospective scoop manualJune McEnroe 2019-12-30Order results by ID in outer query in litterboxJune McEnroe 2019-12-30Use X macro for Type enumJune McEnroe 2019-12-30Remove scoop -ABCJune McEnroe I can almost get these to work with an inner and outer SQL query, but when contexts starts overlapping it becomes a disaster, so I'm leavin it out at least for now. 2019-12-30Add limit option for litterbox's search query interfaceJune McEnroe