diff options
| author | Marcelo Lira <setanta@gmail.com> | 2025-03-02 04:03:16 -0300 |
|---|---|---|
| committer | Marcelo Lira <setanta@gmail.com> | 2025-03-03 16:12:29 -0300 |
| commit | 01d5521913a1ff71cbc4f1534d8eb26c9e2f2978 (patch) | |
| tree | 5865fda31bab7406f293e9f98742d25dc5c9a808 /st.1 | |
| parent | 054e4e34b9f73ace7db2dc36f77c9e2d7ff29117 (diff) | |
defaultfontsize
Set the default font size variable with the '-z' command line paramater.
https://st.suckless.org/patches/defaultfontsize/
Diffstat (limited to 'st.1')
| -rw-r--r-- | st.1 | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |
