summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-02-23 13:12:05 -0500
committerJune McEnroe <june@causal.agency>2021-02-23 13:12:40 -0500
commit1b235488895f8d5a8774fda8619ce4ceef994867 (patch)
tree874c0a88150f42644cf04fca097f08e26be5cd0d
parentPublish "Operating systems" (diff)
downloadsrc-1b235488895f8d5a8774fda8619ce4ceef994867.tar.gz
src-1b235488895f8d5a8774fda8619ce4ceef994867.zip
Switch to Go Mono on OpenBSD
Luxi's uncrossed zero is just too bad. Oh and lower case l is also
better in Go.
-rw-r--r--home/.config/X/resources2
-rw-r--r--home/.config/cwm/cwmrc2
-rw-r--r--install.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/home/.config/X/resources b/home/.config/X/resources
index 4e3459a8..7507958a 100644
--- a/home/.config/X/resources
+++ b/home/.config/X/resources
@@ -20,7 +20,7 @@ XTerm*VT100*translations: #override \n\
 	Super <Key>C: copy-selection(CLIPBOARD) \n\
 	Super <Key>V: insert-selection(CLIPBOARD)
 
-XTerm*faceName: Luxi Mono:size=11
+XTerm*faceName: Go Mono:size=11
 XTerm*internalBorder: 6
 XTerm*colorBDMode: true
 XTerm*scrollBar: false
diff --git a/home/.config/cwm/cwmrc b/home/.config/cwm/cwmrc
index da2ec7ab..8a0787f9 100644
--- a/home/.config/cwm/cwmrc
+++ b/home/.config/cwm/cwmrc
@@ -68,7 +68,7 @@ unbind-mouse all
 bind-mouse 4-1 window-move
 bind-mouse 4S-1 window-resize
 
-fontname "Luxi Mono:size=11"
+fontname "Go Mono:size=11"
 borderwidth 2
 color inactiveborder rgb:4C/46/35
 color activeborder rgb:99/8D/6B
diff --git a/install.sh b/install.sh
index bd60c202..2bcb2225 100644
--- a/install.sh
+++ b/install.sh
@@ -18,7 +18,7 @@ FreeBSD() {
 OpenBSD() {
 	doas pkg_add $packages
 	if test $X; then
-		doas pkg_add imv scrot sct w3m-- xcursor-dmz xsel
+		doas pkg_add go-fonts imv scrot sct w3m-- xcursor-dmz xsel
 	fi
 }