From 1b235488895f8d5a8774fda8619ce4ceef994867 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Tue, 23 Feb 2021 13:12:05 -0500 Subject: Switch to Go Mono on OpenBSD Luxi's uncrossed zero is just too bad. Oh and lower case l is also better in Go. --- home/.config/X/resources | 2 +- home/.config/cwm/cwmrc | 2 +- install.sh | 2 +- 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 C: copy-selection(CLIPBOARD) \n\ Super 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 } -- cgit 1.4.1 ut type='hidden' name='id' value='1befd1579397e822939fd0df83ef2d76bd55584c'/>
Commit message (Collapse)Author
2019-01-15Use flock(2) when loading and saving historyJune McEnroe
2019-01-15Add sans8x16.psfJune McEnroe
The symbols are still really bad...
2019-01-14Add guides to psfedJune McEnroe
2019-01-14Check for NULL copy or undo buffers in psfedJune McEnroe
2019-01-14Add cash.7 READMEJune McEnroe
2019-01-14Document old=new argument of fc -sJune McEnroe
2019-01-14Allow replacing empty string with fc old=newJune McEnroe
2019-01-13Enable warnings in libeditJune McEnroe
2019-01-13Show full path in RPS1June McEnroe
2019-01-13Shorten $HOME to ~ in prompt expansionJune McEnroe
2019-01-13Document PSlitJune McEnroe
2019-01-13Document PS0June McEnroe
2019-01-13Set PS0 in cashJune McEnroe
2019-01-13Add PS0June McEnroe
2019-01-13Change default ENV from cashrc to env.shJune McEnroe
2019-01-13Use colours in cash promptsJune McEnroe
2019-01-12Set PSlit like NetBSD shJune McEnroe
2019-01-12Install gnupg2 from pkgsrc and symlink gpgJune McEnroe
2019-01-12Reference cash builtin man pages in cash.1 SEE ALSOJune McEnroe
2019-01-12Restore cash builtin man page datesJune McEnroe
2019-01-12Use local libeditJune McEnroe
2019-01-12Replace libedit MakefileJune McEnroe
2019-01-11Import /usr/src/lib/libedit from NetBSD 8.0June McEnroe
2019-01-11Add PSlit for prompt escapesJune McEnroe
2019-01-11Don't make depend automaticallyJune McEnroe