diff options
| author | Marcelo Lira <setanta@gmail.com> | 2025-03-02 06:04:17 -0300 |
|---|---|---|
| committer | Marcelo Lira <setanta@gmail.com> | 2025-03-03 16:12:29 -0300 |
| commit | aaabc50e3267871d1619bfe4f565187f08524a1f (patch) | |
| tree | 6d58934e399e6a7bf51762c710696ef25173a9bb /st.1 | |
| parent | 5d8c9d1f5183e56a8563fc93eba8d7d4a8f842dd (diff) | |
workingdir
This patch allows user to specify the initial path st should use as WD (working directory).
https://st.suckless.org/patches/workingdir/
Diffstat (limited to 'st.1')
| -rw-r--r-- | st.1 | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -6,6 +6,8 @@ st \- simple terminal .RB [ \-aiv ] .RB [ \-c .IR class ] +.RB [ \-d +.IR path ] .RB [ \-f .IR font ] .RB [ \-g @@ -32,6 +34,8 @@ st \- simple terminal .RB [ \-aiv ] .RB [ \-c .IR class ] +.RB [ \-d +.IR path ] .RB [ \-f .IR font ] .RB [ \-g @@ -62,6 +66,10 @@ disable alternate screens in terminal .BI \-c " class" defines the window class (default $TERM). .TP +.BI \-d " path" +changes the working directory to +.IR path . +.TP .BI \-f " font" defines the .I font |
