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

24 lines
424 B
Markdown

# twm
> A window manager for the X Window system.
> More information: <https://manned.org/twm>.
- Connect to the default X server:
`twm`
- Connect to a specific X server:
`twm {{[-d|-display]}} {{display}}`
- Only manage the default screen:
`twm {{[-s|-single]}}`
- Use a specific startup file:
`twm {{[-f|-file]}} {{path/to/file}}`
- Enable verbose mode and print unexpected errors in X:
`twm {{[-v|-verbose]}}`