1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-28 11:55:26 +02:00
tldr/pages/common/twm.md

25 lines
424 B
Markdown
Raw Normal View History

2020-10-01 19:55:39 +01:00
# twm
2020-12-04 07:37:44 -05:00
> A window manager for the X Window system.
> More information: <https://manned.org/twm>.
2020-10-01 19:55:39 +01:00
- Connect to the default X server:
`twm`
- Connect to a specific X server:
`twm {{[-d|-display]}} {{display}}`
2020-10-01 19:55:39 +01:00
- Only manage the default screen:
`twm {{[-s|-single]}}`
2020-10-01 19:55:39 +01:00
- Use a specific startup file:
`twm {{[-f|-file]}} {{path/to/file}}`
2020-10-01 19:55:39 +01:00
- Enable verbose mode and print unexpected errors in X:
`twm {{[-v|-verbose]}}`