From aaabc50e3267871d1619bfe4f565187f08524a1f Mon Sep 17 00:00:00 2001 From: Marcelo Lira Date: Sun, 2 Mar 2025 06:04:17 -0300 Subject: workingdir This patch allows user to specify the initial path st should use as WD (working directory). https://st.suckless.org/patches/workingdir/ --- st.1 | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'st.1') diff --git a/st.1 b/st.1 index 57ddfb8..acb4c2a 100644 --- a/st.1 +++ b/st.1 @@ -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 -- cgit v1.2.3