From 01d5521913a1ff71cbc4f1534d8eb26c9e2f2978 Mon Sep 17 00:00:00 2001 From: Marcelo Lira Date: Sun, 2 Mar 2025 04:03:16 -0300 Subject: defaultfontsize Set the default font size variable with the '-z' command line paramater. https://st.suckless.org/patches/defaultfontsize/ --- st.1 | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'st.1') diff --git a/st.1 b/st.1 index 39120b4..57ddfb8 100644 --- a/st.1 +++ b/st.1 @@ -22,6 +22,8 @@ st \- simple terminal .IR line ] .RB [ \-w .IR windowid ] +.RB [ \-z +.IR fontsize ] .RB [[ \-e ] .IR command .RI [ arguments ...]] @@ -44,6 +46,8 @@ st \- simple terminal .IR title ] .RB [ \-w .IR windowid ] +.RB [ \-z +.IR fontsize ] .RB \-l .IR line .RI [ stty_args ...] @@ -91,6 +95,10 @@ defines the window title (default 'st'). embeds st within the window identified by .I windowid .TP +.BI \-z " fontsize" +sets the default fontsize to +.I fontsize +.TP .BI \-l " line" use a tty .I line -- cgit v1.2.3