From 191b066c17ac242f42da7fec3241de36ce974229 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Tue, 9 Feb 2021 21:40:12 -0500 Subject: Install sct My eyes are so much happier with sct 4500 oh my god. --- home/.xsession | 1 + install.sh | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/home/.xsession b/home/.xsession index c07e546b..76044c84 100644 --- a/home/.xsession +++ b/home/.xsession @@ -7,5 +7,6 @@ xrdb -load ~/.config/X/resources xsetroot -bitmap /usr/X11R6/include/X11/bitmaps/xsnow \ -bg rgb:14/13/0E -fg rgb:7A/49/55 +sctd & xterm -name clock -geometry 14x1-0+0 -sl 0 -e clock & exec cwm -c ~/.config/cwm/cwmrc diff --git a/install.sh b/install.sh index ebce2b02..bd60c202 100644 --- a/install.sh +++ b/install.sh @@ -17,7 +17,9 @@ FreeBSD() { OpenBSD() { doas pkg_add $packages - test $X && doas pkg_add imv scrot w3m-- xcursor-dmz xsel + if test $X; then + doas pkg_add imv scrot sct w3m-- xcursor-dmz xsel + fi } Linux() { -- cgit 1.4.1