dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 466426fdb6e3611a9a27d7b2570ec1aff790dabb
parent 49cc5f1f76d86349079d5c16a561d610f2334dad
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue, 13 Oct 2020 07:55:54 +0200

txt2pdf: set font size back to 11

Diffstat:
M.local/bin/txt2pdf | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.local/bin/txt2pdf b/.local/bin/txt2pdf @@ -4,7 +4,7 @@ if [ $# -lt 1 ]; then exit 1 fi -fontsize=12 +fontsize=11 for f in "$@"; do enscript "$f" -Bf "Courier${fontsize}" \