summary refs log tree commit diff
path: root/home/.config/X
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-02-06 20:23:45 -0500
committerJune McEnroe <june@causal.agency>2021-02-06 20:23:45 -0500
commit2865d6fccb2036150bb36eed1a4b8e6d70889e7a (patch)
treee46b9ab2325a5f3c1fa3b7379682ddb243ad1585 /home/.config/X
parentAdd xterm output to scheme (diff)
downloadsrc-2865d6fccb2036150bb36eed1a4b8e6d70889e7a.tar.gz
src-2865d6fccb2036150bb36eed1a4b8e6d70889e7a.zip
Add initial OpenBSD X configuration
cwm still needs a lot more rebinding, and I need to actually look
at its other options. xterm definitely still needs some configuration,
but I at least managed to get it to use a decent looking font. Very
happy that OpenBSD includes Luxi Mono, which is what my usual font,
Go Mono, is based on anyway. Still missing is xmodmap and such.
Diffstat (limited to '')
-rw-r--r--home/.config/X/resources24
1 files changed, 24 insertions, 0 deletions
diff --git a/home/.config/X/resources b/home/.config/X/resources
new file mode 100644
index 00000000..c481e93d
--- /dev/null
+++ b/home/.config/X/resources
@@ -0,0 +1,24 @@
+Xft.dpi: 144
+XTerm*faceName: Luxi Mono:size=11:antialias=true:hinting=false
+
+XTerm*color0: rgb:16/15/10
+XTerm*color1: rgb:A3/28/10
+XTerm*color2: rgb:72/7A/18
+XTerm*color3: rgb:A3/77/20
+XTerm*color4: rgb:3D/62/66
+XTerm*color5: rgb:7A/49/55
+XTerm*color6: rgb:55/7A/55
+XTerm*color7: rgb:99/8D/6B
+XTerm*color8: rgb:4C/46/35
+XTerm*color9: rgb:CC/32/14
+XTerm*color10: rgb:8E/99/1E
+XTerm*color11: rgb:CC/95/28
+XTerm*color12: rgb:4C/7B/7F
+XTerm*color13: rgb:99/5B/6B
+XTerm*color14: rgb:6B/99/6B
+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
7f22545cf6b4fcb3fbbdee&follow=1'>Add downgrade IRC botJune McEnroe 2021-09-14Sort by title if authors matchJune McEnroe There are probably better things to sort by but title definitely always exists. 2021-09-13Swap-remove tags as they're foundJune McEnroe This makes it even faster. From ~1s on a sqlite3.c amalgamation to ~0.85s. 2021-09-12Replace htagml regex with strncmpJune McEnroe Since ctags only ever produces regular expressions of the form /^re$/ or /^re/ with no other special characters, instead unescape the pattern and simply use strncmp. Running on a sqlite3.c amalgamation, the regex version takes ~37s while the strncmp version takes ~1s, producing identical output. Big win! 2021-09-11Also defer printing comment for lone close-parensJune McEnroe 2021-09-10Publish "git-comment"June McEnroe 2021-09-10Add git comment --pretty optionJune McEnroe 2021-09-08Defer printing comment if line is blank or closing braceJune McEnroe This fixes badly indented comments. 2021-09-08Up default min-repeat to 30 linesJune McEnroe 2021-09-08Handle dirty lines in git-commentJune McEnroe 2021-09-08Document and install git-commentJune McEnroe 2021-09-08Add repeat and all options to git-commentJune McEnroe 2021-09-08Add group threshold to git-commentJune McEnroe