commit c84a71ab22c317be98059fddfca7b035d2aa238a parent 495701f58682fdbd4952243205ca1318a2ffe459 Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Thu, 24 Sep 2020 14:49:07 +0200 Update font configuration for bigterm Diffstat:
M | .local/bin/bigterm | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.local/bin/bigterm b/.local/bin/bigterm @@ -1,2 +1,2 @@ #!/bin/sh -nohup st -f "terminus:size=24" tmux "$@" >/dev/null 2>&1 +nohup st -f "pragmatapro:size=24" tmux "$@" >/dev/null 2>&1