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 "$@"