My build of suckless st terminal
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
887 B

14 years ago
14 years ago
14 years ago
14 years ago
  1. .TH ST 1 st\-VERSION
  2. .SH NAME
  3. st \- simple terminal
  4. .SH SYNOPSIS
  5. .B st
  6. .RB [ \-c
  7. .IR class ]
  8. .RB [ \-g
  9. .IR geometry ]
  10. .RB [ \-t
  11. .IR title ]
  12. .RB [ \-w
  13. .IR windowid ]
  14. .RB [ \-v ]
  15. .RB [ \-f
  16. .IR file ]
  17. .RB [ \-e
  18. .IR command ...]
  19. .SH DESCRIPTION
  20. .B st
  21. is a simple terminal emulator.
  22. .SH OPTIONS
  23. .TP
  24. .BI \-t " title"
  25. defines the window title (default 'st').
  26. .TP
  27. .BI \-c " class"
  28. defines the window class (default $TERM).
  29. .TP
  30. .BI \-w " windowid"
  31. embeds st within the window identified by
  32. .I windowid
  33. .TP
  34. .B \-g " geometry"
  35. defines the X11 geometry string, which will fixate the height and width of st.
  36. .B \-v
  37. prints version information to stderr, then exits.
  38. .TP
  39. .BI \-f " file"
  40. writes all the I/O to
  41. .I file
  42. .TP
  43. .BI \-e " program " [ " arguments " "... ]"
  44. st executes
  45. .I program
  46. instead of the shell. If this is used it
  47. .B must be the last option
  48. on the command line, as in xterm / rxvt.