summary refs log tree commit diff
diff options
context:
space:
mode:
-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
 }