mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
30 lines
517 B
Plaintext
30 lines
517 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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]}}`
|