From 7bc3bb276b8d28414982820aae65a0edda956606 Mon Sep 17 00:00:00 2001 From: Howland Owl Date: Sat, 10 Dec 2016 00:57:26 +0200 Subject: [PATCH] some path changes for st --- pickfontrand2.sh | 2 +- randterm.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pickfontrand2.sh b/pickfontrand2.sh index 46eaca2..a7985b4 100755 --- a/pickfontrand2.sh +++ b/pickfontrand2.sh @@ -2,4 +2,4 @@ font=`fc-list | cut -d: -f2 | sort | uniq | shuf | dmenu -i -l 10` size=`echo what size|dmenu` -/usr/local/bin/st -f "$font-$size" $@ +st -f "$font-$size" $@ diff --git a/randterm.sh b/randterm.sh index 422f9e3..58579f1 100755 --- a/randterm.sh +++ b/randterm.sh @@ -13,4 +13,4 @@ DASHP=$(( $DASHP + 10 )) #DAFADE=$(( $DAFADE + 50 )) #Help: /home/andrew/bin//amigaterm2.sh fontsize tintcolor fadepercent fadecolor cursorcolor extrashit -~/bin/amigaterm2.sh 10 "$DACOL" "$DAFADE" "$DAFCOL" green -sh "$DASHP" -pe selection-to-clipboard "$@" +~/bin/amigaterm2.sh 12 "$DACOL" "$DAFADE" "$DAFCOL" green -sh "$DASHP" -pe selection-to-clipboard "$@"